Package com.isode.som
Interface SomCommandListener
public interface SomCommandListener
Command listener used to handle command execution result
-
Method Summary
-
Method Details
-
handle
void handle(int status) Handle an integer status code- Parameters:
status- status code to handle
-
handle
Handle an integer status code with a string diagnostic- Parameters:
status- status codedetail- diagnostic string
-
handle
Handle a status code with an array of key:value pairs- Parameters:
status- status codepairs- key:value data
-