org.ka2ddo.yaac.io
Interface BeaconChangeListener

All Known Implementing Classes:
KenwoodRadioViewPane, YAAC

public interface BeaconChangeListener

This interface declares a callback method for objects who wish to be notified when the local station's beacon definition is changed.


Method Summary
 void beaconChanged(BeaconData beaconData)
          This method is called for registered implementors when changed beacon data is stored to preferences.
 

Method Detail

beaconChanged

void beaconChanged(BeaconData beaconData)
This method is called for registered implementors when changed beacon data is stored to preferences.

Parameters:
beaconData - BeaconData record that has been changed