Interfaces
 InterfaceDescription
 IAction This interface represents a process object.
Classes
 ClassDescription
 Action This class simplify a full implementation of the Action interface.
 ActionLoader This action process launch the load of a Loader object.
 ActionProxy This IAction object run a proxy method.
 ActionURLLoader This action process launch the load of a URLLoader object.
 Batch A batch is a collection of Action objects.
 BatchProcess This IAction object register IAction objects in a batch process.
 CoreActionLoader This core command object run a "loader" object and notify ActionEvent during a load process.
 EventDispatcherProcess A process who dispatch events in the global event flow with a singleton reference of the EventDispatcher class with a specified channel.
 InitProcess This Action launch the init method of ths process but notify an event before (ActionEvent.START) and after(ActionEvent.FINISH) the process.
 Message This IAction object create a pause in the process.
 Pause This IAction object create a pause in the process.
 Sequencer A Sequencer of IAction process.
 SimpleAction A simple representation of the IAction interface.
 TimeoutPolicy Defines the policy of the timeout states in the application.