Class com.flashdoctors.reflex.AbstractCommand

Implemented Interfaces

ICommand

Description

A command that does nothing on execute (except call any done commands that have been added to it) This command does provide managment of "done" commands, and a way to execute them via a private method: done

Method Index

addCommandRunEventListener(), execute(), publishEvent(), removeCommandRunEventListener()

Method Detail

execute

public function execute():Void

Description copied from ICommand

Run this command

Specified By

execute() in com.flashdoctors.reflex.ICommand

publishEvent

public function publishEvent(evt:CommandRunEvent):Void

addCommandRunEventListener

public function addCommandRunEventListener(obj:ICommandRunEventListener):Void

removeCommandRunEventListener

public function removeCommandRunEventListener(obj:ICommandRunEventListener):Void