Packageandromeda.controller
Classpublic class AbstractController
InheritanceAbstractController Inheritance CoreObject
ImplementsIController

This class provides a skeletal implementation of the IController interface, to minimize the effort required to implement this interface.



Public Methods
 MethodDefined by
  
Creates a new AbstractController instance.
AbstractController
 Inherited
Returns the internal ILogger reference of this ILogable object.
CoreObject
  
handleEvent(e:Event):void
Handles the event.
AbstractController
 Inherited
hashCode():uint
Returns a hashcode value for the object.
CoreObject
 Inherited
setLogger(log:ILogger = null):void
Sets the internal ILogger reference of this ILogable object.
CoreObject
 Inherited
toSource(indent:int = 0):String
Returns the string representation the source code of the object.
CoreObject
 Inherited
toString():String
Returns the string representation of this instance.
CoreObject
Constructor detail
AbstractController()constructor
public function AbstractController()

Creates a new AbstractController instance.

Method detail
handleEvent()method
public function handleEvent(e:Event):void

Handles the event.

Parameters
e:Event