Packagevegas.controllers
Interfacepublic interface Controller extends EventListener
Implementors AbstractController

Defines a basic Controller in the application, all Controller objects implements the EventListener class.



Public Methods
 MethodDefined By
 Inherited
handleEvent(e:Event):void
This method is called whenever an event occurs of the type for which the EventListener interface was registered.
EventListener