public interface DestinationListener
Modifier and Type | Method and Description |
---|---|
void |
destinationAdded(java.lang.String destination,
int index)
Inform listener that a new destination (tocall) has been registered.
|
void |
destinationUsedAgain(java.lang.String destination)
Inform listener that an already-known destination (tocall) has updated its statistics count.
|
void destinationAdded(java.lang.String destination, int index)
destination
- String callsign or tocall of the AX.25 destination (or original destination if Tx I-gated)index
- zero-based index of new entry in the list of destinationsvoid destinationUsedAgain(java.lang.String destination)
destination
- String callsign or tocall of the AX.25 destination (or original destination if Tx I-gated)