Package com.sas.metadata.remote
Interface MdFactoryListener
- All Superinterfaces:
EventListener,Remote
public interface MdFactoryListener
extends EventListener, Remote
Interface used for notifying clients when changes have been persisted to the server. These changes
include newly created objects, objects modified on the server, or objects deleted from the server.
- Since:
- 9.2
-
Method Summary
Modifier and TypeMethodDescriptionvoidSignals when objects have been created on the clientvoidSignals when objects have been deletedvoidSignals when objects have been updated or modified on the client
-
Method Details
-
MdObjectsCreated
Signals when objects have been created on the client- Parameters:
e- the event- Throws:
RemoteException
-
MdObjectsModified
Signals when objects have been updated or modified on the client- Parameters:
e- the event- Throws:
RemoteException
-
MdObjectsDeleted
Signals when objects have been deleted- Parameters:
e- the event- Throws:
RemoteException
-