Packageorg.pranaframework.cairngorm
Classpublic class PendingCommandRegistry
InheritancePendingCommandRegistry Inheritance flash.events.EventDispatcher



Public Methods
 MethodDefined by
  
PendingCommandRegistry
  
[static]
PendingCommandRegistry
  
register(cmd:ICommand, event:CairngormEvent):void
PendingCommandRegistry
  
unregister(cmd:ICommand):void
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