Command pattern specific classes.
| Interface | Description | |
|---|---|---|
| ICommand |
As per the command design pattern, commands are expected to implement a
simple interface with execute() function defined. |
| Class | Description | |
|---|---|---|
| CommandsEventDispatcher | Manages restfulx command related event registration. |