Interface ObjectStoreListener<T>

  • Type Parameters:
    T - the object type supported by the event source
    All Superinterfaces:
    EventListener

    public interface ObjectStoreListener<T>
    extends EventListener
    • Method Detail

      • collectionAdded

        void collectionAdded​(ObjectStoreEvent<T> event)
        Parameters:
        event - an event instance
      • collectionRemoved

        void collectionRemoved​(ObjectStoreEvent<T> event)
        Parameters:
        event - an event instance