|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface PolicyListener
The interface PolicyListener defines an interface
for listeners that would register with policy framework
to receive notifications whenever a Policy is added, removed
or changed
PolicyEvaluator.addPolicyListener(PolicyListener)| Method Summary | |
|---|---|
String |
getServiceTypeName()
Returns the service type name for which this listener wants to get notifications |
void |
policyChanged(PolicyEvent policyEvent)
This method is called by the policy framework whenever a policy is added, removed or changed. |
| Method Detail |
|---|
String getServiceTypeName()
void policyChanged(PolicyEvent policyEvent)
serviceTypeName of this listener
policyEvent - event object sent by the policy frameworkPolicyEvent
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||