@FunctionalInterface
public interface AX25FrameListener
Modifier and Type | Method and Description |
---|---|
void |
consumeAX25Frame(AX25Frame frame,
Connector connector)
Receive an incoming frame from the specified input Connector.
|
void consumeAX25Frame(AX25Frame frame, Connector connector)
frame
- AX25Frame that was receivedconnector
- Connector that was the source of the frame.