| Package | org.springextensions.actionscript.cairngorm |
| SVN browsing | PendingCommandRegistry.as |
| Fisheye | PendingCommandRegistry.as |
| Class | public class PendingCommandRegistry |
| Inheritance | PendingCommandRegistry flash.events.EventDispatcher |
Documentation reference: event sequences
| Method | Defined by | ||
|---|---|---|---|
| PendingCommandRegistry | |||
|
[static]
| PendingCommandRegistry | ||
|
register(cmd:ICommand, event:CairngormEvent):void
| PendingCommandRegistry | ||
|
unregister(cmd:ICommand):void
| PendingCommandRegistry | ||
| Event | Summary | Defined by | ||
|---|---|---|---|---|
Dispatched when an ICommand is registered in the current PendingCommandRegistry. | PendingCommandRegistry | |||
Dispatched when an ICommand is unregistered in the current PendingCommandRegistry. | PendingCommandRegistry | |||
| PendingCommandRegistry | () | constructor |
public function PendingCommandRegistry()
| getInstance | () | method |
| register | () | method |
public function register(cmd:ICommand, event:CairngormEvent):voidParameters
cmd:ICommand |
|
event:CairngormEvent |
| unregister | () | method |
public function unregister(cmd:ICommand):voidParameters
cmd:ICommand |
| org.springextensions.actionscript.cairngorm.PendingCommandRegistryEvent | event |
Dispatched when an ICommand is registered in the current PendingCommandRegistry.
| org.springextensions.actionscript.cairngorm.PendingCommandRegistryEvent | event |
Dispatched when an ICommand is unregistered in the current PendingCommandRegistry.