public interface CommandProcessor
abstract Unit
process(ProcessingCommand processingCommand)
start()
stop()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
abstract Unit process(ProcessingCommand processingCommand)
Process the given command.
abstract Unit start()
Start processor
abstract Unit stop()
Stop processor