Interface MdStoreListener

All Superinterfaces:
EventListener, Remote
All Known Subinterfaces:
MdObjectStore, MdServerStore, MdStoreIDChangeListener

public interface MdStoreListener extends EventListener, Remote
The listener interface for an object store hashmap and its contained items.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    MdObjectsAdded(MdEvent e, List items)
    Event generated when objects are added to the Store's hashmap.
    void
    MdObjectsModified(MdEvent e, List items)
    Event generated when objects are modified in the Store.
    void
    MdObjectsRemoved(MdEvent e, List items)
    Event generated when objects are removed to the Store's hashmap.
  • Method Details

    • MdObjectsAdded

      void MdObjectsAdded(MdEvent e, List items) throws RemoteException
      Event generated when objects are added to the Store's hashmap.
      Parameters:
      e - MdEvent
      items - List
      Throws:
      RemoteException
    • MdObjectsRemoved

      void MdObjectsRemoved(MdEvent e, List items) throws RemoteException
      Event generated when objects are removed to the Store's hashmap.
      Parameters:
      e - MdEvent
      items - List
      Throws:
      RemoteException
    • MdObjectsModified

      void MdObjectsModified(MdEvent e, List items) throws RemoteException
      Event generated when objects are modified in the Store.
      Parameters:
      e - MdEvent
      items - List
      Throws:
      RemoteException