Package | artcustomer.framework.engines.component |
Class | public class AbstractInteractiveComponent |
Inheritance | AbstractInteractiveComponent flash.events.EventDispatcher |
Implements | IDestroyable |
Subclasses | CommandBroadcaster |
Method | Defined 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 |
AbstractInteractiveComponent | () | Constructor |
public function AbstractInteractiveComponent()
Constructor
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.