de.janrufmonitor.framework.event
Interface IEventConst


public interface IEventConst

This interface contains several constants used by the eventing mechanism of the framework.

Author:
Thilo Brandt

Field Summary
static int EVENT_TYPE_APPLICATION_READY
          Event type for application ready events.
static int EVENT_TYPE_CALL_MANAGER_UPDATED
          Event type for updated call managers.
static int EVENT_TYPE_CALLACCEPTED
          Event type for automatic call accepting, e.g., rejecting
static int EVENT_TYPE_CALLCLEARED
          Event type for normal call clearing.
static int EVENT_TYPE_CALLER_MANAGER_UPDATED
          Event type for updated caller managers.
static int EVENT_TYPE_CALLREJECTED
          Event type for rejecting calls.
static int EVENT_TYPE_IDENTIFIED_CALL
          Event type for retrieving full identified calls.
static int EVENT_TYPE_IDENTIFIED_OUTGOING_CALL
          Event type for retrieving full identified outgoing calls.
static int EVENT_TYPE_IDENTIFIED_OUTGOING_CALL_ACCEPTED
          Event type for retrieving full identified outgoing accepted calls.
static int EVENT_TYPE_INCOMING_INFO
          Event type for incoming info events.
static int EVENT_TYPE_INCOMINGCALL
          Event type for incoming calls which are not identified yet.
static int EVENT_TYPE_MANUALCALLACCEPTED
          Event type for manual call accepting, e.g., rejecting
static int EVENT_TYPE_OUTGOINGCALL
          Event type for outgoing calls which are not identified yet.
static int EVENT_TYPE_UNKNOWN
          Event type for unknown events.
static int EVENT_TYPE_UPDATE_CALL
          Event type for updated call information.
 

Field Detail

EVENT_TYPE_UNKNOWN

static final int EVENT_TYPE_UNKNOWN
Event type for unknown events.

See Also:
Constant Field Values

EVENT_TYPE_APPLICATION_READY

static final int EVENT_TYPE_APPLICATION_READY
Event type for application ready events.

See Also:
Constant Field Values

EVENT_TYPE_CALL_MANAGER_UPDATED

static final int EVENT_TYPE_CALL_MANAGER_UPDATED
Event type for updated call managers.

See Also:
Constant Field Values

EVENT_TYPE_CALLER_MANAGER_UPDATED

static final int EVENT_TYPE_CALLER_MANAGER_UPDATED
Event type for updated caller managers.

See Also:
Constant Field Values

EVENT_TYPE_INCOMINGCALL

static final int EVENT_TYPE_INCOMINGCALL
Event type for incoming calls which are not identified yet.

See Also:
Constant Field Values

EVENT_TYPE_CALLREJECTED

static final int EVENT_TYPE_CALLREJECTED
Event type for rejecting calls.

See Also:
Constant Field Values

EVENT_TYPE_CALLCLEARED

static final int EVENT_TYPE_CALLCLEARED
Event type for normal call clearing.

See Also:
Constant Field Values

EVENT_TYPE_IDENTIFIED_CALL

static final int EVENT_TYPE_IDENTIFIED_CALL
Event type for retrieving full identified calls.

See Also:
Constant Field Values

EVENT_TYPE_INCOMING_INFO

static final int EVENT_TYPE_INCOMING_INFO
Event type for incoming info events.

See Also:
Constant Field Values

EVENT_TYPE_UPDATE_CALL

static final int EVENT_TYPE_UPDATE_CALL
Event type for updated call information.

See Also:
Constant Field Values

EVENT_TYPE_CALLACCEPTED

static final int EVENT_TYPE_CALLACCEPTED
Event type for automatic call accepting, e.g., rejecting

See Also:
Constant Field Values

EVENT_TYPE_MANUALCALLACCEPTED

static final int EVENT_TYPE_MANUALCALLACCEPTED
Event type for manual call accepting, e.g., rejecting

See Also:
Constant Field Values

EVENT_TYPE_OUTGOINGCALL

static final int EVENT_TYPE_OUTGOINGCALL
Event type for outgoing calls which are not identified yet.

See Also:
Constant Field Values

EVENT_TYPE_IDENTIFIED_OUTGOING_CALL

static final int EVENT_TYPE_IDENTIFIED_OUTGOING_CALL
Event type for retrieving full identified outgoing calls.

See Also:
Constant Field Values

EVENT_TYPE_IDENTIFIED_OUTGOING_CALL_ACCEPTED

static final int EVENT_TYPE_IDENTIFIED_OUTGOING_CALL_ACCEPTED
Event type for retrieving full identified outgoing accepted calls.

See Also:
Constant Field Values


Copyright © 2010 by Thilo Brandt. All Rights Reserved.