Packageartcustomer.framework.engines.component
Classpublic class AbstractInteractiveComponent
InheritanceAbstractInteractiveComponent Inheritance flash.events.EventDispatcher
Implements IDestroyable
Subclasses CommandBroadcaster

AbstractInteractiveComponent : Events system available after building Component.



Public Methods
 MethodDefined By
  
Constructor
AbstractInteractiveComponent
  
activate():void
Activate Component, useful for adding event listeners here.
AbstractInteractiveComponent
  
build():void
Entry point.
AbstractInteractiveComponent
  
deactivate():void
Deactivate Component, useful for removed event listeners here.
AbstractInteractiveComponent
  
destroy():void
Destructor.
AbstractInteractiveComponent
Constructor Detail
AbstractInteractiveComponent()Constructor
public function AbstractInteractiveComponent()

Constructor

Method Detail
activate()method
public function activate():void

Activate Component, useful for adding event listeners here. Must be overrided and called at first.

build()method 
public function build():void

Entry point.

deactivate()method 
public function deactivate():void

Deactivate Component, useful for removed event listeners here. Must be overrided and called at first.

destroy()method 
public function destroy():void

Destructor.