|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use EventListener | |
---|---|
net.ponder2 | |
net.ponder2.policy |
Uses of EventListener in net.ponder2 |
---|
Classes in net.ponder2 that implement EventListener | |
---|---|
class |
EventForwarder
Forwards event from its attachment point to another part of the proximity event bus in this or another SMC. |
Methods in net.ponder2 that return types with arguments of type EventListener | |
---|---|
protected java.util.Set<EventListener> |
P2ManagedObject.getEventListeners()
get all the obligation policies applying to this managed object |
Methods in net.ponder2 with parameters of type EventListener | |
---|---|
void |
P2ManagedObject.applyPolicy(EventListener policy)
applies a policy to this managed object |
void |
P2ManagedObject.removePolicy(EventListener policy)
removes a policy from this managed object's policy set |
Uses of EventListener in net.ponder2.policy |
---|
Classes in net.ponder2.policy that implement EventListener | |
---|---|
class |
ObligationPolicy
an obligation policy that performs Event, Condition, Action rules for the SMC |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |