|
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 policies are added,
changed, or deleted in a Context.
| Method Summary | |
void |
policyRemoved(java.lang.String key,
Policy policy)
This method is invoked when a policy is removed. |
void |
policySet(java.lang.String key,
Policy policy)
This method is invoked when a policy is added or changed. |
| Method Detail |
public void policySet(java.lang.String key,
Policy policy)
throws java.rmi.RemoteException
key - Policy name.policy - The policy.
java.rmi.RemoteException - if there is an error communicating with
the listener.
public void policyRemoved(java.lang.String key,
Policy policy)
throws java.rmi.RemoteException
key - Policy name.policy - The policy.
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 | |||||||||