Packageorg.spicefactory.lib.command
Interfacepublic interface CancellableCommand extends AsyncCommand, Command, flash.events.IEventDispatcher
Implementors AbstractCancellableCommand

Represents a command that can get cancelled.



Public Properties
 PropertyDefined By
 Inheritedactive : Boolean
[read-only] Indicates whether this command is currently executing.
AsyncCommand
Public Methods
 MethodDefined By
  
cancel():void
Cancels the command.
CancellableCommand
 Inherited
execute():void
Executes the command.
Command
Events
 Event Summary Defined By
  Dispatched when the command gets cancelled.CancellableCommand
Method Detail
cancel()method
public function cancel():void

Cancels the command.

Event Detail
cancel Event
Event Object Type: org.spicefactory.lib.command.events.CommandEvent

Dispatched when the command gets cancelled.