Packageorg.pranaframework.cairngorm
Classpublic class PendingCommandRegistryEvent
InheritancePendingCommandRegistryEvent Inheritance flash.events.Event



Public Properties
 PropertyDefined by
  command : ICommand
PendingCommandRegistryEvent
  event : CairngormEvent
PendingCommandRegistryEvent
Public Methods
 MethodDefined by
  
PendingCommandRegistryEvent(type:String, command:ICommand, event:CairngormEvent)
PendingCommandRegistryEvent
Public Constants
 ConstantDefined by
  REGISTER : String = "register"
[static]
PendingCommandRegistryEvent
  UNREGISTER : String = "unregister"
[static]
PendingCommandRegistryEvent
Property detail
commandproperty
public var command:ICommand
eventproperty 
public var event:CairngormEvent
Constructor detail
PendingCommandRegistryEvent()constructor
public function PendingCommandRegistryEvent(type:String, command:ICommand, event:CairngormEvent)Parameters
type:String
 
command:ICommand
 
event:CairngormEvent
Constant detail
REGISTERconstant
public static const REGISTER:String = "register"
UNREGISTERconstant 
public static const UNREGISTER:String = "unregister"