Package com.sas.metadata.remote
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 TypeMethodDescriptionvoidMdObjectsAdded(MdEvent e, List items) Event generated when objects are added to the Store's hashmap.voidMdObjectsModified(MdEvent e, List items) Event generated when objects are modified in the Store.voidMdObjectsRemoved(MdEvent e, List items) Event generated when objects are removed to the Store's hashmap.
-
Method Details
-
MdObjectsAdded
Event generated when objects are added to the Store's hashmap.- Parameters:
e- MdEventitems- List- Throws:
RemoteException
-
MdObjectsRemoved
Event generated when objects are removed to the Store's hashmap.- Parameters:
e- MdEventitems- List- Throws:
RemoteException
-
MdObjectsModified
Event generated when objects are modified in the Store.- Parameters:
e- MdEventitems- List- Throws:
RemoteException
-