public interface FilterSetEvent
Server-answer to Filter.set(java.lang.String)
.
This event must be handled by
FilterListener.onFilterSet()
.
Field Summary | |
---|---|
static int |
RESULT_ALREADY_SET
Failure-code: filter value already set. |
static int |
RESULT_INVALID_FILTER_LEN
Failure-code: filter value too long. |
static int |
RESULT_SYNTAX_ERROR
Failure-code: syntax error in filter value. |
Fields inherited from interface Event |
---|
RESULT_GENERIC_ERROR, RESULT_OK |
Method Summary |
---|
Methods inherited from interface FilterEvent |
---|
getFilter |
Methods inherited from interface Event |
---|
getResult |
Field Detail |
---|
static final int RESULT_SYNTAX_ERROR
The server is not able to understand the given filter value.
static final int RESULT_INVALID_FILTER_LEN
static final int RESULT_ALREADY_SET