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.
Author:
Andrew Pavlin, KA2DDO
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    destinationAdded(String destination, int index)
    Inform listener that a new destination (tocall) has been registered.
    void
    Inform listener that an already-known destination (tocall) has updated its statistics count.
  • Method Details

    • destinationAdded

      void destinationAdded(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(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)