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

java.lang.Object
  extended byorg.globus.cog.karajan.workflow.events.Event
      extended byorg.globus.cog.karajan.workflow.events.FlowEvent
          extended byorg.globus.cog.karajan.workflow.events.NotificationEvent
              extended byorg.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
 
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, setPriority
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, 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()