API Documentation
All Packages
|
All Classes
|
Index
|
Frames
No Frames
IEventAwareCommand
Properties
Package
org.swizframework.utils.commands
Interface
public 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
Property
Defined By
event
: Event
[write-only]
IEventAwareCommand
Public Methods
Hide Inherited Public Methods
Show Inherited Public Methods
Method
Defined By
execute
():void
ICommand
Property Detail
event
property
event:Event
[write-only]
Implementation
public function set event(value:Event):void
Wed Sep 8 2010, 08:56 AM -04:00