com.sas.metadata.remote
Interface MdStoreListener

All Superinterfaces:
java.util.EventListener, java.rmi.Remote
All Known Subinterfaces:
MdObjectStore, MdServerStore, MdStoreIDChangeListener

public interface MdStoreListener
extends java.util.EventListener, java.rmi.Remote

The listener interface for an object store hashmap and its contained items.


Method Summary
 void MdObjectsAdded(MdEvent e, java.util.List items)
          Event generated when objects are added to the Store's hashmap.
 void MdObjectsModified(MdEvent e, java.util.List items)
          Event generated when objects are modified in the Store.
 void MdObjectsRemoved(MdEvent e, java.util.List items)
          Event generated when objects are removed to the Store's hashmap.
 

Method Detail

MdObjectsAdded

void MdObjectsAdded(MdEvent e,
                    java.util.List items)
                    throws java.rmi.RemoteException
Event generated when objects are added to the Store's hashmap.

Parameters:
e - MdEvent
items - List
Throws:
java.rmi.RemoteException

MdObjectsRemoved

void MdObjectsRemoved(MdEvent e,
                      java.util.List items)
                      throws java.rmi.RemoteException
Event generated when objects are removed to the Store's hashmap.

Parameters:
e - MdEvent
items - List
Throws:
java.rmi.RemoteException

MdObjectsModified

void MdObjectsModified(MdEvent e,
                       java.util.List items)
                       throws java.rmi.RemoteException
Event generated when objects are modified in the Store.

Parameters:
e - MdEvent
items - List
Throws:
java.rmi.RemoteException



Copyright © 2009 SAS Institute Inc. All Rights Reserved.