Interface DataChangedHandler

All Superinterfaces:
EventHandler

public interface DataChangedHandler extends EventHandler
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Add a notification to be fired whenever the data changes.
  • Method Details

    • onDataChanged

      void onDataChanged(DataChangedEvent event)
      Add a notification to be fired whenever the data changes.

      Has no default behavior (so no need to call Super).

      Use getData() to get the current date value.

      Parameters:
      event - the event