Packageorg.springextensions.actionscript.cairngorm
SVN browsingPendingCommandRegistryEvent.as
FisheyePendingCommandRegistryEvent.as
Classpublic class PendingCommandRegistryEvent
InheritancePendingCommandRegistryEvent Inheritance flash.events.Event

Event that is dispatched by the PendingCommandRegistry when registering and unregistering ICommand instances.



Documentation reference: event sequences


Public Properties
 PropertyDefined by
  command : ICommand
The ICommand instance that this event refers to.
PendingCommandRegistryEvent
  event : CairngormEvent
The CairngormEvent instance associated to the ICommand instance that this event refers to.
PendingCommandRegistryEvent
Public Methods
 MethodDefined by
  
PendingCommandRegistryEvent(type:String, command:ICommand, event:CairngormEvent)
PendingCommandRegistryEvent
  
clone():Event
Returns an exact copy of the current PendingCommandRegistryEvent instance.
PendingCommandRegistryEvent
Public Constants
 ConstantDefined by
  REGISTER : String = "register"
[static] Defines the value of the type property of a PendingCommandRegistryEvent.REGISTER event object.
PendingCommandRegistryEvent
  UNREGISTER : String = "unregister"
[static] Defines the value of the type property of a PendingCommandRegistryEvent.UNREGISTER event object.
PendingCommandRegistryEvent
Property detail
commandproperty
public var command:ICommand

The ICommand instance that this event refers to.

eventproperty 
public var event:CairngormEvent

The CairngormEvent instance associated to the ICommand instance that this event refers to.

Constructor detail
PendingCommandRegistryEvent()constructor
public function PendingCommandRegistryEvent(type:String, command:ICommand, event:CairngormEvent)Parameters
type:String
 
command:ICommand
 
event:CairngormEvent
Method detail
clone()method
public override function clone():Event

Returns an exact copy of the current PendingCommandRegistryEvent instance.

Returns
Event
Constant detail
REGISTERconstant
public static const REGISTER:String = "register"

Defines the value of the type property of a PendingCommandRegistryEvent.REGISTER event object.

UNREGISTERconstant 
public static const UNREGISTER:String = "unregister"

Defines the value of the type property of a PendingCommandRegistryEvent.UNREGISTER event object.