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

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.FutureNotificationEvent

public class FutureNotificationEvent
extends NotificationEvent


Field Summary
static NotificationEventType FUTURE_MODIFIED
           
 
Constructor Summary
FutureNotificationEvent(int subtype, FlowElement source, Future f, VariableStack stack)
           
 
Method Summary
 Future getFuture()
           
 int getSubtype()
           
 
Methods inherited from class org.globus.cog.karajan.workflow.events.NotificationEvent
getType, setType, toString
 
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

FUTURE_MODIFIED

public static final NotificationEventType FUTURE_MODIFIED
Constructor Detail

FutureNotificationEvent

public FutureNotificationEvent(int subtype,
                               FlowElement source,
                               Future f,
                               VariableStack stack)
Method Detail

getFuture

public Future getFuture()

getSubtype

public int getSubtype()