Initialize the Command with the verb it is requested to handle
and the DataHandler that describes the data it will
operate on.
NOTE: it is acceptable for the caller
to pass
null as the value for
DataHandler
.
Parameters:
-
verb - The Command Verb this object refers to.
-
dh - The DataHandler.