Interface MdStoreIDChangeListener

All Superinterfaces:
EventListener, MdStoreListener, Remote

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

    • MdStoreIDChange

      void MdStoreIDChange(MdEvent e, List itemsOld, List itemsNew) throws RemoteException
      Event generated when object ids are changed to the Store's hashmap.
      Parameters:
      e - MdEvent
      itemsOld - List of old objects and IDs
      itemsNew - List (1-1 correspondence) of new objects and IDs
      Throws:
      RemoteException