public enum KickEventType extends java.lang.Enum<KickEventType>
KickEventType
to distinguish which KickEvent is performed.Enum Constant and Description |
---|
ACTIVITY_LIST_CHANGED
activity list changed
|
HIGHEST_CALL_OPERATOR_CHANGED
notification was added or removed for the current user
|
HOST_ASSIGNMENT_CHANGED
host assignment has changed (has to be registered with
Connection.login(int, String, String, String, char, String) ) |
KICK_UNDEFINED
undefined kick
|
PROCESSING_STARTED
client state has changed to active
|
PROCESSING_STOPPED
client state has changed to stop
|
PROMPT_INPUT_REQUIRED
prompt values are required in order to a execute an object
|
SYSTEM_SETTINGS_CHANGED
Content of UC_SYSTEM_SETTINGS has changed.
|
TREE_CHANGED
tree structure in AE has changed
|
Modifier and Type | Method and Description |
---|---|
static KickEventType |
get(java.lang.String value)
Converts a Kick type as String to a KickEventType.
|
static KickEventType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static KickEventType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final KickEventType TREE_CHANGED
public static final KickEventType HIGHEST_CALL_OPERATOR_CHANGED
public static final KickEventType ACTIVITY_LIST_CHANGED
public static final KickEventType PROCESSING_STOPPED
public static final KickEventType PROCESSING_STARTED
public static final KickEventType PROMPT_INPUT_REQUIRED
public static final KickEventType HOST_ASSIGNMENT_CHANGED
Connection.login(int, String, String, String, char, String)
)public static final KickEventType SYSTEM_SETTINGS_CHANGED
public static final KickEventType KICK_UNDEFINED
public static KickEventType[] values()
for (KickEventType c : KickEventType.values()) System.out.println(c);
public static KickEventType valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant with the specified namejava.lang.NullPointerException
- if the argument is nullpublic static KickEventType get(java.lang.String value)
value
- Event type as String