Public API of the MVC Framework



Interfaces
 InterfaceDescription
 Action Actions will be invoked for an ApplicationEvent they were registered for in a FrontController instance.
 ActionInterceptor Intercepts an event before the actual actions registered for that event are executed.
Classes
 ClassDescription
 ActionProcessor An ActionProcessor is responsible for handling a single event processing.
 ApplicationEvent The base class for all events processed by the FrontController.
 EventSource Responsible for listening to events of an Flash IEventDispatcher, transforming these events to Parsley ApplicationEvents and dispatching them through a FrontController.
 FrontController The central class of the Parsley MVC Framework.