|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.almendra.janet.cas.events.AbstractEventHandlerEnvelope
org.almendra.janet.cas.events.ClusterEventHandlerEnvelope
public class ClusterEventHandlerEnvelope
Field Summary |
---|
Fields inherited from class org.almendra.janet.cas.events.AbstractEventHandlerEnvelope |
---|
agentPath, handler |
Constructor Summary | |
---|---|
protected |
ClusterEventHandlerEnvelope()
Creates a new ClusterEventHandlerEnvelope object. |
|
ClusterEventHandlerEnvelope(IEventHandler handler,
AgentPath agentPath)
Creates a new ClusterEventHandlerEnvelope object. |
Method Summary | |
---|---|
void |
occured(Event event)
Any object that wants to be notified about the occurrence of an event must implement this callback method. |
Methods inherited from class org.almendra.janet.cas.events.AbstractEventHandlerEnvelope |
---|
getAgentPath, getHandler |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
protected ClusterEventHandlerEnvelope()
ClusterEventHandlerEnvelope
object.
public ClusterEventHandlerEnvelope(IEventHandler handler, AgentPath agentPath)
ClusterEventHandlerEnvelope
object.
Method Detail |
---|
public void occured(Event event)
IEventHandler
occured
in interface IEventHandler
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |