| Interface | Description | 
|---|---|
| Dispatchable | Classes implementing this interface specify the
 name of the parameter that contains the name
 of the task's method to execute. | 
| Class | Description | 
|---|---|
| DispatchTask | Tasks extending this class may contain multiple actions. | 
| DispatchUtils | Determines and Executes the action method for the task. |