|
Platform SDK Java 8.5 API Reference | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use EventType | |
---|---|
com.genesyslab.platform.webmedia.protocol.flexchat | This package contains classes and enumerations that let you exchange information with Chat Server. |
Uses of EventType in com.genesyslab.platform.webmedia.protocol.flexchat |
---|
Fields in com.genesyslab.platform.webmedia.protocol.flexchat declared as EventType | |
---|---|
static EventType |
EventType.Abandon
|
static EventType |
EventType.Connect
|
static EventType |
EventType.Message
|
static EventType |
EventType.Notice
|
Methods in com.genesyslab.platform.webmedia.protocol.flexchat that return EventType | |
---|---|
abstract EventType |
EventInfo.getEventType()
The event type returned as part of an EventInfo object. |
static EventType |
EventType.valueOf(int ordinal)
Returns enumeration value by given ordinal number. |
static EventType |
EventType.valueOf(java.lang.String name)
Returns enumeration value with specified name or null if no such value exists. |
Methods in com.genesyslab.platform.webmedia.protocol.flexchat that return types with arguments of type EventType | |
---|---|
static java.util.Collection<EventType> |
EventType.values()
Returns all values of the enumeration. |
Methods in com.genesyslab.platform.webmedia.protocol.flexchat with parameters of type EventType | |
---|---|
static EventInfo |
EventInfo.create(java.lang.Integer partyId,
EventType eventType,
java.lang.String userNickname,
UserType userType,
java.lang.Integer timeOffset,
java.lang.String messageType,
java.lang.String text,
NoticeType noticeType)
Creates instance of EventInfo. |
static EventInfo |
EventInfo.create(java.lang.Integer partyId,
EventType eventType,
java.lang.String userNickname,
UserType userType,
java.lang.Integer timeOffset,
java.lang.String messageType,
java.lang.String text,
NoticeType noticeType,
java.lang.Integer eventId)
Creates instance of EventInfo. |
abstract void |
EventInfo.setEventType(EventType eventType)
The event type returned as part of an EventInfo object. |
|
Platform SDK Java 8.5 API Reference | |||||||||
PREV NEXT | FRAMES NO FRAMES |