org.jbpm.graph.def
Class EventCallback

java.lang.Object
  extended by org.jbpm.graph.def.EventCallback
All Implemented Interfaces:
java.io.Serializable

public class EventCallback
extends java.lang.Object
implements java.io.Serializable

See Also:
Serialized Form

Field Summary
static int DEFAULT_TIMEOUT
           
 
Constructor Summary
EventCallback()
           
 
Method Summary
static void clear()
           
 void nodeEnter()
           
 void nodeLeave()
           
 void processEnd()
           
 void processStart()
           
 void taskCreate()
           
 void taskEnd()
           
 void timer()
           
 void timerCreate()
           
 void transition()
           
static void waitForEvent(int occurrences, java.lang.String event)
           
static void waitForEvent(int occurrences, java.lang.String event, long timeout)
           
static void waitForEvent(java.lang.String event)
           
static void waitForEvent(java.lang.String event, long timeout)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

DEFAULT_TIMEOUT

public static final int DEFAULT_TIMEOUT
See Also:
Constant Field Values
Constructor Detail

EventCallback

public EventCallback()
Method Detail

processStart

public void processStart()

processEnd

public void processEnd()

nodeEnter

public void nodeEnter()

nodeLeave

public void nodeLeave()

taskCreate

public void taskCreate()

taskEnd

public void taskEnd()

timerCreate

public void timerCreate()

timer

public void timer()

transition

public void transition()

waitForEvent

public static void waitForEvent(java.lang.String event)

waitForEvent

public static void waitForEvent(java.lang.String event,
                                long timeout)

waitForEvent

public static void waitForEvent(int occurrences,
                                java.lang.String event)

waitForEvent

public static void waitForEvent(int occurrences,
                                java.lang.String event,
                                long timeout)

clear

public static void clear()


Copyright © 2010 JBoss Community. All Rights Reserved.