hunt-database ~master (2022-02-21T07:44:19Z)
Home
Dub
Repo
ICommand
hunt
database
base
impl
command
CommandBase
Undocumented in source.
interface
ICommand {
bool
handlerExist
();
void
fail
(Throwable err);
void
notifyResponse
(ICommandResponse response);
}
Members
Functions
fail
void
fail
(Throwable err)
Undocumented in source.
handlerExist
bool
handlerExist
()
Undocumented in source.
notifyResponse
void
notifyResponse
(ICommandResponse response)
Undocumented in source.
Meta
Source
See Implementation
hunt
database
base
impl
command
CommandBase
classes
CommandBase
interfaces
ICommand