Package org.malai.action

Interface Summary
ActionHandler This interface allows to create a bridge between an action and an object that want to be aware about events on actions (such as creation or deletion of an action).
 

Class Summary
Action An action is based on the command design pattern: it is an object that encapsulates information to execute a task and to undo/redo it if necessary.
ActionsRegistry A register of actions.
 

Enum Summary
Action.ActionStatus Defines the different state of the action.