|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.ponder2.EventForwarder
public class EventForwarder
Forwards event from its attachment point to another part of the proximity event bus in this or another SMC. May also be used to forward events as ordinary messages to Managed Objects, useful for communicating with external event busses.
Field Summary | |
---|---|
static java.lang.String |
eventCommand
|
Method Summary | |
---|---|
void |
event(Event event)
called to deal with an event when one occurs |
P2ManagedObject |
getId()
Called to get an ID to keep track of events |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final java.lang.String eventCommand
Method Detail |
---|
public void event(Event event) throws Ponder2Exception
EventListener
event
in interface EventListener
event
- the event to be handled
Ponder2Exception
public P2ManagedObject getId()
EventListener
getId
in interface EventListener
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |