Interface BeaconChangeListener

All Known Implementing Classes:
ConfigureBehavior, KenwoodRadioViewPane, YAAC
Functional Interface:
This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

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

    Modifier and Type
    Method
    Description
    void
    This method is called for registered implementors when changed beacon data is stored to preferences.
  • Method Details

    • 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