|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface SubHandler
Interface for implementing sub command handlers.
| Method Summary | |
|---|---|
void |
handle(CallInfo call)
Handle a call from a SubCommand. |
| Method Detail |
|---|
void handle(CallInfo call)
throws MondoFailure
The passed in call has a number of properties, including the Player (if applicable), CommandSender, information on the SubCommand, and any additional arguments passed.
If the handler throws a MondoFailure, then the failure's message is
printed to the command sender.
call - Contains all the information about the call.
MondoFailure - An optional error trap mechanism to display errors.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||