org.ka2ddo.yaac.ax25
Interface DuplicateCheckedAX25Listener
- All Known Implementing Classes:
- KenwoodMessageListTableModel, KenwoodRadioViewPane
public interface DuplicateCheckedAX25Listener
This interface defines a listener for decoded AX.25 frames, but indicates whether or not it is a
duplicate frame.
consumeAX25Frame
void consumeAX25Frame(AX25Message msg,
AX25Frame frame,
Connector connector,
boolean isDuplicate)
- Called when a AX.25 frame is received.
- Parameters:
msg
- decoded APRS message if the AX.25 frame contains an APRS packet, or null if the frame is not a recognized protocolframe
- received AX25Frameconnector
- the PortConnector over which the frame was receivedisDuplicate
- boolean true if this is a duplicate message (possibly received over a different digipeater path)