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

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

    • sailChanged

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