it.amattioli.workstate.actions
Interface StateAction

Show UML class diagram
All Known Implementing Classes:
AbstractStateAction, BeanShellStateAction, NullStateAction

public interface StateAction


Method Summary
 void doAction(AttributeHandler state)
           
 void undoAction(AttributeHandler state)
           
 

Method Detail

doAction

void doAction(AttributeHandler state)
              throws WorkflowException
Throws:
WorkflowException

undoAction

void undoAction(AttributeHandler state)


Copyright © 2011. All Rights Reserved.