Package | Description |
---|---|
draw.controller.command |
The Command design pattern allows you to encapsulate requests to perform an action, and
decouple the client that requests the command from the service that carries out the action.
|
Class and Description |
---|
Command
Base class for each Commmand.
|