public interface CrossfireQueryListener
extends java.util.EventListener
Modifier and Type | Field and Description |
---|---|
static int |
HIDE_INPUT
Query type: hide input being entered.
|
static int |
SINGLE_CHAR
Query type: single character response expected.
|
static int |
YES_NO
Query type: yes/no question.
|
Modifier and Type | Method and Description |
---|---|
void |
commandQueryReceived(@NotNull java.lang.String prompt,
int queryType)
A query message has been received.
|
static final int YES_NO
static final int SINGLE_CHAR
static final int HIDE_INPUT