AbstractSyncCommand
| Kind of class: | class |
|---|---|
| Inherits from: | none |
| Implements: | |
| Classpath: | com.bourre.commands.AbstractSyncCommand |
| File last modified: | Wednesday, 31 October 2007, 07:35:29 |
Summary
Class properties
Instance methods
Class properties
onCommandEndEVENT
(read,write)
Instance methods
execute
function execute (
e:IEvent) : Void
A concrete Command object always has execute() method that is called when an action occurs.
#Specified by:
fireCommandEndEvent
function fireCommandEndEvent (
) : Void
Specified by:
toString
function toString (
) : String