|
Openwings API Documentation (v1.0) | |||||||||
| 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 properties are added,
changed, or deleted in a Context.
| Method Summary | |
void |
propertyRemoved(java.lang.String key,
java.lang.String value)
This method is invoked when a property is removed. |
void |
propertySet(java.lang.String key,
java.lang.String value)
This method is invoked when a property is added or changed. |
| Method Detail |
public void propertySet(java.lang.String key,
java.lang.String value)
throws java.rmi.RemoteException
key - Property key.value - Property value.
java.rmi.RemoteException - if there is an error communicating with
the listener.
public void propertyRemoved(java.lang.String key,
java.lang.String value)
throws java.rmi.RemoteException
key - Property key.value - Property value.
java.rmi.RemoteException - if there is an error communicating with
the listener.
|
Openwings API Documentation (v1.0) | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||