Command pattern specific classes.



Interfaces
 InterfaceDescription
 ICommand As per the command design pattern, commands are expected to implement a simple interface with execute() function defined.
Classes
 ClassDescription
 CommandsEventDispatcher Manages restfulx command related event registration.