Prev Class | Next Class | Frames | No Frames |
Summary: Nested | Field | Method | Constr | Detail: Nested | Field | Method | Constr |
public interface CommandObject
Method Summary | |
void |
|
public void setCommandContext(String verb, DataHandler dh) throws IOException
Initializes the command with the verb it is expected to perform and the data handler describing the data to operate on.
- Parameters:
verb
- the command verbdh
- the data handler describing the data to process