This type represents a basic implementation of the Processor interface. Commands are executed by calling the execute() method. The command is executed depending on the commands execution property e.g. timeout, synchronous etc.
!! This default implementation of the processor *does not* support undo/redo although this should in theory be quite easy to add.
@author Marcel Baumann