|
Openwings API Documentation (v1.1) | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
This interface describes a callback that can be registered
with a Context to be notified when context relationships
are added or removed.
| Method Summary | |
void |
relationshipAdded(UniqueID context,
java.lang.String name)
This method is invoked when a relationship is added. |
void |
relationshipRemoved(UniqueID context,
java.lang.String name)
This method is invoked when a relationship is removed. |
| Method Detail |
public void relationshipAdded(UniqueID context,
java.lang.String name)
throws java.rmi.RemoteException
context - Id of the context a relationship is being addedname - Name of the context
java.rmi.RemoteException - if there is an error communicating with
the listener.
public void relationshipRemoved(UniqueID context,
java.lang.String name)
throws java.rmi.RemoteException
context - Id of the context a relationship is being removedname - Name of the context
java.rmi.RemoteException - if there is an error communicating with
the listener.
|
Openwings API Documentation (v1.1) | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||