it.list.jft.event
Interface FilterCreateEvent

All Superinterfaces:
Event, FilterEvent

public interface FilterCreateEvent
extends FilterEvent

Server-answer to Filter.create().

This event must be handled by FilterListener.onFilterCreate().


Field Summary
static int RESULT_FILTER_NOT_IMPLEMENTED
          Failure-code: Filtering is not implemented by the server.
static int RESULT_INVALID_ENTITY_CLASS_ID
          Failure-code: Entity Class ID is invalid.
static int RESULT_INVALID_FILTER_LEN
          Failure-code: filter definition too long.
static int RESULT_INVALID_FILTER_TYPE
          Failure-code: filter type is invalid.
static int RESULT_SYNTAX_ERROR
          Failure-code: syntax error in filter definition.
 
Fields inherited from interface Event
RESULT_GENERIC_ERROR, RESULT_OK
 
Method Summary
 int getFilterID()
           
 
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 definition.

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

See Also:
Constant Field Values

RESULT_INVALID_FILTER_LEN

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

See Also:
Constant Field Values

RESULT_INVALID_ENTITY_CLASS_ID

static final int RESULT_INVALID_ENTITY_CLASS_ID
Failure-code: Entity Class ID is invalid.

See Also:
Constant Field Values

RESULT_INVALID_FILTER_TYPE

static final int RESULT_INVALID_FILTER_TYPE
Failure-code: filter type is invalid.

See Also:
Constant Field Values

RESULT_FILTER_NOT_IMPLEMENTED

static final int RESULT_FILTER_NOT_IMPLEMENTED
Failure-code: Filtering is not implemented by the server.

See Also:
Constant Field Values
Method Detail

getFilterID

int getFilterID()


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