org.ka2ddo.yaac.ax25
Interface DestinationListener

All Known Implementing Classes:
DestinationFilter, DestinationFilter

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

destinationAdded

void destinationAdded(java.lang.String destination,
                      int index)
Inform listener that a new destination (tocall) has been registered.

Parameters:
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 destinations

destinationUsedAgain

void destinationUsedAgain(java.lang.String destination)
Inform listener that an already-known destination (tocall) has updated its statistics count.

Parameters:
destination - String callsign or tocall of the AX.25 destination (or original destination if Tx I-gated)