public interface CommandListener
The CommandListener
is an element which is used to be called when a command arises.
Modifier and Type | Method and Description |
---|---|
void |
onCommand(String command)
Provides a way to react upon command selection.
|
void onCommand(String command)
command
- the command which has risen.