Interface | Description | |
---|---|---|
ICommand | Base interface that must be implemented in order to be mapped to an event in a CommandMap. | |
IEventAwareCommand | Interface that instructs a Swiz CommandMap to supply a reference to the event which triggered this command's execution. |
Class | Description | |
---|---|---|
CommandMap | Class used to map events to the commands they should trigger. |