Packageorg.springextensions.actionscript.cairngorm
SVN browsingPendingCommandRegistry.as
FisheyePendingCommandRegistry.as
Classpublic class PendingCommandRegistry
InheritancePendingCommandRegistry Inheritance flash.events.EventDispatcher



Documentation reference: event sequences


Public Methods
 MethodDefined by
  
PendingCommandRegistry
  
[static]
PendingCommandRegistry
  
register(cmd:ICommand, event:CairngormEvent):void
PendingCommandRegistry
  
unregister(cmd:ICommand):void
PendingCommandRegistry
Events
 EventSummaryDefined by
   Dispatched when an ICommand is registered in the current PendingCommandRegistry.PendingCommandRegistry
   Dispatched when an ICommand is unregistered in the current PendingCommandRegistry.PendingCommandRegistry
Constructor detail
PendingCommandRegistry()constructor
public function PendingCommandRegistry()
Method detail
getInstance()method
public static function getInstance():PendingCommandRegistry

Returns
PendingCommandRegistry
register()method 
public function register(cmd:ICommand, event:CairngormEvent):voidParameters
cmd:ICommand
 
event:CairngormEvent
unregister()method 
public function unregister(cmd:ICommand):voidParameters
cmd:ICommand
Event detail
org.springextensions.actionscript.cairngorm.PendingCommandRegistryEventevent 

Dispatched when an ICommand is registered in the current PendingCommandRegistry.

org.springextensions.actionscript.cairngorm.PendingCommandRegistryEventevent  

Dispatched when an ICommand is unregistered in the current PendingCommandRegistry.