|
|||||||||
| Home >> All >> org >> apache >> lenya >> [ workflow overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
org.apache.lenya.workflow
Interface WorkflowListener

- public interface WorkflowListener
Workflow listener interface.
| Method Summary | |
void |
transitionFired(WorkflowInstance instance,
Situation situation,
Event event)
This method is invoked when a transition has fired. |
| Method Detail |
transitionFired
public void transitionFired(WorkflowInstance instance, Situation situation, Event event) throws WorkflowException
- This method is invoked when a transition has fired.
|
|||||||||
| Home >> All >> org >> apache >> lenya >> [ workflow overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC