| Package | org.springextensions.actionscript.cairngorm |
| SVN browsing | PendingCommandRegistryEvent.as |
| Fisheye | PendingCommandRegistryEvent.as |
| Class | public class PendingCommandRegistryEvent |
| Inheritance | PendingCommandRegistryEvent flash.events.Event |
PendingCommandRegistry when registering and unregistering ICommand instances.
Documentation reference: event sequences
| Property | Defined 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 | ||
| Method | Defined by | ||
|---|---|---|---|
|
PendingCommandRegistryEvent(type:String, command:ICommand, event:CairngormEvent)
| PendingCommandRegistryEvent | ||
|
clone():Event
Returns an exact copy of the current
PendingCommandRegistryEvent instance. | PendingCommandRegistryEvent | ||
| Constant | Defined 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 | ||
| command | property |
public var command:ICommand
The ICommand instance that this event refers to.
| event | property |
public var event:CairngormEvent
The CairngormEvent instance associated to the ICommand instance that this event refers to.
| PendingCommandRegistryEvent | () | constructor |
public function PendingCommandRegistryEvent(type:String, command:ICommand, event:CairngormEvent)Parameters
type:String |
|
command:ICommand |
|
event:CairngormEvent |
| clone | () | method |
public override function clone():Event
Returns an exact copy of the current PendingCommandRegistryEvent instance.
Event |
| REGISTER | constant |
public static const REGISTER:String = "register"
Defines the value of the type property of a PendingCommandRegistryEvent.REGISTER event object.
| UNREGISTER | constant |
public static const UNREGISTER:String = "unregister"
Defines the value of the type property of a PendingCommandRegistryEvent.UNREGISTER event object.