it.amattioli.workstate.actions
Interface TransitionAction

Show UML class diagram
All Known Implementing Classes:
AbstractTransitionAction, BeanShellTransitionAction, NullTransitionAction

public interface TransitionAction


Method Summary
 void doAction(AttributeReader event, AttributeHandler state)
           
 void undoAction(AttributeReader event, AttributeHandler state)
           
 

Method Detail

doAction

void doAction(AttributeReader event,
              AttributeHandler state)
              throws WorkflowException
Parameters:
event -
state -
Throws:
WorkflowException

undoAction

void undoAction(AttributeReader event,
                AttributeHandler state)


Copyright © 2011. All Rights Reserved.