AbstractSyncCommand

Kind of class:class
Inherits from:none
Implements:
Classpath:com.bourre.commands.AbstractSyncCommand
File last modified:Wednesday, 31 October 2007, 07:35:29

Class properties

onCommandEndEVENT

static onCommandEndEVENT:EventType = new EventType("onCommandEnd")
(read,write)

Instance methods

addListener

function addListener (

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

removeListener

function removeListener (

toString

function toString (
) : String