Packagevegas.controllers
Classpublic class AbstractController
InheritanceAbstractController Inheritance CoreObject Inheritance Object
Implements Controller

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



Public Properties
 PropertyDefined By
 Inheritedlogger : Logger
Determinates the internal Logger reference of this Loggable object.
CoreObject
Public Methods
 MethodDefined By
  
Creates a new AbstractController instance.
AbstractController
  
handleEvent(e:Event):void
Handles the event.
AbstractController
 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