| Package | vegas.controllers |
| Class | public class AbstractController |
| Inheritance | AbstractController CoreObject Object |
| Implements | Controller |
IController interface, to minimize the effort required to implement this interface.
| Method | Defined By | ||
|---|---|---|---|
Creates a new AbstractController instance. | AbstractController | ||
handleEvent(e:Event):void
Handles the event. | AbstractController | ||
![]() | toSource(indent:int = 0):String
Returns the string representation the source code of the object. | CoreObject | |
![]() | toString():String
Returns the string representation of this instance. | CoreObject | |