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 Detail

      • sailChanged

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