Package command_system :: Module framework :: Class CommandHost
[hide private]
[frames] | no frames]

Class CommandHost

source code


Command host is a hub between numerous command processors and command containers. Aimed to participate in a dispatching process in order to provide clean and transparent architecture.

The AUTOMATIC class variable, which must be defined by a command host, specifies whether the command host should be automatically dispatched and enabled by the dispatcher or not.

Nested Classes [hide private]
  __metaclass__
Instance Methods [hide private]

Inherited from object: __delattr__, __getattribute__, __hash__, __init__, __new__, __reduce__, __reduce_ex__, __repr__, __setattr__, __str__

Properties [hide private]

Inherited from object: __class__