org.globus.cog.karajan.workflow.events
Class Event
java.lang.Object
org.globus.cog.karajan.workflow.events.Event
- Direct Known Subclasses:
- FlowEvent, MonitoringEvent
- public abstract class Event
- extends Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Event
public Event(EventClass cls,
FlowElement flowElement,
Priority priority)
getFlowElement
public FlowElement getFlowElement()
setFlowElement
public void setFlowElement(FlowElement element)
getPriority
public Priority getPriority()
setPriority
public void setPriority(Priority priority)
hasStack
public boolean hasStack()
getStack
public VariableStack getStack()
getEventClass
public final EventClass getEventClass()