|
| Metadata |
|
| |||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||||||
public interface MdFactoryListener
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.
| Method Summary | |
|---|---|
abstract void |
MdObjectsCreated(MdFactoryEvent e)
Signals when objects have been created on the client |
abstract void |
MdObjectsDeleted(MdFactoryEvent e)
Signals when objects have been deleted |
abstract void |
MdObjectsModified(MdFactoryEvent e)
Signals when objects have been updated or modified on the client |
| Method Detail |
|---|
void MdObjectsCreated(MdFactoryEvent e)
throws java.rmi.RemoteException
e - the event
java.rmi.RemoteException
void MdObjectsModified(MdFactoryEvent e)
throws java.rmi.RemoteException
e - the event
java.rmi.RemoteException
void MdObjectsDeleted(MdFactoryEvent e)
throws java.rmi.RemoteException
e - the event
java.rmi.RemoteException
|
| Metadata |
|
| |||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||||||