public interface FilterSetEvent extends FilterEvent
Filter.set(java.lang.String)
.
This event must be handled by
FilterListener.onFilterSet()
.
Modifier and Type | Field and Description |
---|---|
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.
|
RESULT_GENERIC_ERROR, RESULT_OK
getFilter
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
Submit a bug or feature to FT\API Programming Support