Package com.sdm.quasar.client.core.commands

Interface Summary
Command This is a Command due to the Command (or Action) Pattern enhanced by two States indicating whether the command is currently executabe or currently processing.
CommandAdapter An interface for adapter classes that adapt something to execute a command.
CommandManager An interface that prvides 'commandes', that have an enabled BooleanState and can be executed.
 

Class Summary
AbstractCommandAdapter An abstract CommandAdapter implementation.
GenericCommandManager A generic implementation of CommandManager, that can call any public method (by reflection).
RunnableCommandManager A CommandManager using Runnables for its Commands.