EventManagerListenerInterface allows the implementing class to be consumed as a AscmvcEventManager class listener.
The interface's methods correspond exactly to the application's main events as they are defined in its run() method so that, in turn, these methods may be dynamically called by the EventManager's event-driven "trigger" methods.
package |
LightMVC/ASCMVC |
---|
onBootstrap(\Ascmvc\Mvc\AscmvcEvent $event)
onDispatch(\Ascmvc\Mvc\AscmvcEvent $event)
onFinish(\Ascmvc\Mvc\AscmvcEvent $event)
onRender(\Ascmvc\Mvc\AscmvcEvent $event)