org.apache.ode.bpel.evt
Class ProcessInstanceStateChangeEvent
java.lang.Object
org.apache.ode.bpel.evt.BpelEvent
org.apache.ode.bpel.evt.ProcessEvent
org.apache.ode.bpel.evt.ProcessInstanceEvent
org.apache.ode.bpel.evt.ProcessInstanceStateChangeEvent
- All Implemented Interfaces:
- java.io.Serializable
public class ProcessInstanceStateChangeEvent
- extends ProcessInstanceEvent
Event indicating the start (post creation) of a new process instance.
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
ProcessInstanceStateChangeEvent
public ProcessInstanceStateChangeEvent()
getOldState
public short getOldState()
setOldState
public void setOldState(short state)
getNewState
public short getNewState()
setNewState
public void setNewState(short state)
Copyright © 2015 WSO2. All Rights Reserved.