| Package | com.developmentarc.framework.controllers.abstracts |
| Class | public class AbstractCommand |
| Inheritance | AbstractCommand flash.events.Event |
| Method | Defined by | ||
|---|---|---|---|
|
AbstractCommand(type:String)
Constructor.
| AbstractCommand | ||
|
dispatch():void
Dispatches the command through the EventBroker which will
then be passed to any registered action.
| AbstractCommand | ||
| AbstractCommand | () | constructor |
public function AbstractCommand(type:String)Constructor.
Parameterstype:String — The type of command.
|
| dispatch | () | method |
public function dispatch():voidDispatches the command through the EventBroker which will then be passed to any registered action.