org.jbpm.graph.def
Class EventCallback
java.lang.Object
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
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DEFAULT_TIMEOUT
public static final int DEFAULT_TIMEOUT
- See Also:
- Constant Field Values
EventCallback
public EventCallback()
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.