interfaces
Interface IShapeCommand
- All Known Implementing Classes: 
 - ShapeDrawCommands
 
public interface IShapeCommand
Interface for executing an operation which is encapsulated as Command object.
 Collaborates with IShapeDrawer to execute the commands
- Version:
 
  - 1.0, 22-Mar-07
 
- Author:
 
  - Prathab
 
- See Also:
 IShapeDrawer
| 
Method Summary | 
 void | 
execute(Command command)
 
          Executes the Command object | 
 
execute
void execute(Command command)
- Executes the Command object
- Parameters:
 command - Command object that to be executed