Interface SailChangedListener

All Known Implementing Classes:
RDFNotifyingStoreTest

public interface SailChangedListener
An interface for objects that want to be notified when the data in specific Sail objects change.
  • Method Summary Link icon

    Modifier and Type
    Method
    Description
    void
    Notifies the listener of a change to the data of a specific Sail.
  • Method Details Link icon

    • sailChanged Link icon

      void sailChanged(SailChangedEvent event)
      Notifies the listener of a change to the data of a specific Sail.