org.globus.cog.karajan.workflow.events
Class LoopNotificationEvent

java.lang.Object
  extended by org.globus.cog.karajan.workflow.events.Event
      extended by org.globus.cog.karajan.workflow.events.FlowEvent
          extended by org.globus.cog.karajan.workflow.events.NotificationEvent
              extended by org.globus.cog.karajan.workflow.events.LoopNotificationEvent

public class LoopNotificationEvent
extends NotificationEvent


Field Summary
static NotificationEventType BREAK
           
static NotificationEventType CONTINUE
           
 
Constructor Summary
LoopNotificationEvent(FlowElement flowElement, NotificationEventType eventType, VariableStack stack)
           
 
Method Summary
 String toString()
           
 
Methods inherited from class org.globus.cog.karajan.workflow.events.NotificationEvent
getType, setType
 
Methods inherited from class org.globus.cog.karajan.workflow.events.FlowEvent
getStack, getThreadingContext, hasStack, setStack
 
Methods inherited from class org.globus.cog.karajan.workflow.events.Event
getEventClass, getFlowElement, getPriority, setFlowElement
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

BREAK

public static final NotificationEventType BREAK

CONTINUE

public static final NotificationEventType CONTINUE
Constructor Detail

LoopNotificationEvent

public LoopNotificationEvent(FlowElement flowElement,
                             NotificationEventType eventType,
                             VariableStack stack)
Method Detail

toString

public String toString()
Overrides:
toString in class NotificationEvent