| Interface | Description |
|---|---|
| Command |
Commmand interface for Command Design Pattern (GoF)
|
| Task |
Task Interface for Composite of Commands
|
| Class | Description |
|---|---|
| DefaultCommand |
Simple base command to extends that do nothing
|
| DefaultTask |
Composite of commands that delegate operations to collections.
|
| Exception | Description |
|---|---|
| CommandException |
A Command Exception
|
Copyright © 2014 JDAL. All Rights Reserved.