Package com.sas.metadata.remote
Interface MdStoreIDChangeListener
- All Superinterfaces:
EventListener,MdStoreListener,Remote
The listener interface for an object store hashmap and its contained items.
-
Method Summary
Modifier and TypeMethodDescriptionvoidMdStoreIDChange(MdEvent e, List itemsOld, List itemsNew) Event generated when object ids are changed to the Store's hashmap.Methods inherited from interface com.sas.metadata.remote.MdStoreListener
MdObjectsAdded, MdObjectsModified, MdObjectsRemoved
-
Method Details
-
MdStoreIDChange
Event generated when object ids are changed to the Store's hashmap.- Parameters:
e- MdEventitemsOld- List of old objects and IDsitemsNew- List (1-1 correspondence) of new objects and IDs- Throws:
RemoteException
-