CommandBase

@author <a href="mailto:julien@julienviet.com">Julien Viet</a>

Members

Functions

fail
void fail(Throwable err)
Undocumented in source. Be warned that the author may not have intended to support it.
handlerExist
bool handlerExist()
Undocumented in source. Be warned that the author may not have intended to support it.
notifyResponse
void notifyResponse(ICommandResponse response)
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

handler
ResponseHandler!R handler;
Undocumented in source.

Inherited Members

From ICommand

handlerExist
bool handlerExist()
Undocumented in source.
fail
void fail(Throwable err)
Undocumented in source.
notifyResponse
void notifyResponse(ICommandResponse response)
Undocumented in source.

Meta