Packageorg.swizframework.utils.commands
Interfacepublic interface IEventAwareCommand extends ICommand

Interface that instructs a Swiz CommandMap to supply a reference to the event which triggered this command's execution.

See also

org.swizframework.utils.commands.CommandMap


Public Properties
 PropertyDefined By
  event : Event
[write-only]
IEventAwareCommand
Public Methods
 MethodDefined By
 Inherited
execute():void
ICommand
Property Detail
eventproperty
event:Event  [write-only]


Implementation
    public function set event(value:Event):void