org.almendra.janet.cas.events
Class AbstractEventHandlerEnvelope
java.lang.Object
org.almendra.janet.cas.events.AbstractEventHandlerEnvelope
- Direct Known Subclasses:
- ClusterEventHandlerEnvelope, EventHandlerEnvelope
public class AbstractEventHandlerEnvelope
- extends java.lang.Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
agentPath
protected AgentPath agentPath
handler
protected IEventHandler handler
AbstractEventHandlerEnvelope
protected AbstractEventHandlerEnvelope()
- Creates a new
AbstractEventHandlerEnvelope
object.
AbstractEventHandlerEnvelope
public AbstractEventHandlerEnvelope(IEventHandler handler,
AgentPath agentPath)
- Creates a new
AbstractEventHandlerEnvelope
object.
getAgentPath
public AgentPath getAgentPath()
- Returns:
- Returns the agentPath.
getHandler
public IEventHandler getHandler()
- Returns:
- Returns the handler.