| Package | andromeda.controller |
| Class | public class AbstractController |
| Inheritance | AbstractController CoreObject |
| Implements | IController |
IController interface, to minimize the effort required to implement this interface.
| Method | Defined by | ||
|---|---|---|---|
|
Creates a new AbstractController instance.
| AbstractController | ||
![]() |
Returns the internal
ILogger reference of this ILogable object. | CoreObject | |
|
handleEvent(e:Event):void
Handles the event.
| AbstractController | ||
![]() |
hashCode():uint
Returns a hashcode value for the object.
| CoreObject | |
![]() |
Sets the internal
ILogger reference of this ILogable object. | CoreObject | |
![]() |
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 | |