it.list.jft.event
Interface FilterSetEvent

All Superinterfaces:
Event, FilterEvent

public interface FilterSetEvent
extends FilterEvent

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

RESULT_SYNTAX_ERROR

static final int RESULT_SYNTAX_ERROR
Failure-code: syntax error in filter value.

The server is not able to understand the given filter value.

See Also:
Constant Field Values

RESULT_INVALID_FILTER_LEN

static final int RESULT_INVALID_FILTER_LEN
Failure-code: filter value too long.

See Also:
Constant Field Values

RESULT_ALREADY_SET

static final int RESULT_ALREADY_SET
Failure-code: filter value already set.

See Also:
Constant Field Values


Submit a bug or feature to FT\API Programming Support<\font>