|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface DestinationListener
This interface defines events that can occur when the StationTracker class is updated with destination address information.
Method Summary | |
---|---|
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. |
Method Detail |
---|
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)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |