Interface DataChangedHandler

All Superinterfaces:
EventHandler

public interface DataChangedHandler extends EventHandler
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Notification method fired when a DataSource operation such as an add, remove or update modifies the underlying data for a DataSource.
  • Method Details

    • onDataChanged

      void onDataChanged(DataChangedEvent event)
      Notification method fired when a DataSource operation such as an add, remove or update modifies the underlying data for a DataSource.

      This method is used by ResultSets to keep the user-visible data up to date as changes are made.

      Parameters:
      event - the event