Package de.janrufmonitor.framework.command

Command interfaces of the framework.

See:
          Description

Interface Summary
ICommand This interface must be implemented by a command component.
ICommandFactory This interface must be implemented by a command factory instance.
IConsoleCommand This interface must be implemented by a console command component.
 

Class Summary
AbstractCommand This class is an abstract implementation of a command.
AbstractConfigurableCommand This class is an abstract implementation of a command with configuration capabilities.
AbstractConsoleCommand This class is an abstract implementation of a console command.
 

Package de.janrufmonitor.framework.command Description

Command interfaces of the framework.

The package contains command interfaces for the framework. Command are executable units and can be bound to other components like services or UI components.



Copyright © 2010 by Thilo Brandt. All Rights Reserved.