Class dijon.Command
Extends
dijon.Actor.
dijon.Command
Defined in: dijon.js.
Constructor Attributes | Constructor Name and Description |
---|---|
Field Attributes | Field Name and Description |
---|---|
- Fields borrowed from class dijon.Actor:
- eventDispatcher, eventMap
Method Attributes | Method Name and Description |
---|---|
execute()
is automatically invoked after instantiation, injection and setup.
|
- Methods borrowed from class dijon.Actor:
- setup
Field Detail
{dijon.CommandMap}
commandMap
{dijon.Injector}
injector
Method Detail
execute()
is automatically invoked after instantiation, injection and setup.
Receives the payload of the event that was dispatched or that was provided to dijon.CommandMap#execute
Receives the payload of the event that was dispatched or that was provided to dijon.CommandMap#execute