|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
An Event is a piece of information originated by the service, as opposed to a Message which is originated by another user of the service. The format of pre-defined events is documented here. Nothing prevents a deployment to define other types of events by extending EventType.
Field Summary | |
static int |
ETYPE_ACCESS_MODIFIED
indicates a change of service access level for the current user. |
static int |
ETYPE_ACTIVE
The current user has successfully joined the conference. |
static int |
ETYPE_CLOSE
The conference is being terminated |
static int |
ETYPE_MODERATION_STARTED
The current user has started the moderation for the conference. |
static int |
ETYPE_MODERATION_STOPED
The current user has stoped the moderation for the conference. |
static int |
ETYPE_OTHER
|
static int |
ETYPE_USER_INPUT_STARTED
indication of user input. |
static int |
ETYPE_USER_INPUT_STOPED
indication of user input. |
static int |
ETYPE_USER_JOINED
indicates that a member of the NotificationSession has left it. |
static int |
ETYPE_USER_LEFT
indicates that a member of the NotificationSession has left it. |
Method Summary | |
int |
getType()
Returns the event type |
java.lang.String |
toString()
Returns the serialized version of the event (XML data) $return XML data. |
Field Detail |
public static final int ETYPE_USER_INPUT_STARTED
<mevent type='accessmodified'>
<subject destination='fred@example.com'
accesslevel='MANAGE' />
</mevent>
public static final int ETYPE_USER_INPUT_STOPED
<mevent type='accessmodified'>
<subject destination='fred@example.com'
accesslevel='MANAGE' />
</mevent>
public static final int ETYPE_USER_LEFT
<mevent type='userleft'>
<subject destination='fred@example.com' />
</mevent>
public static final int ETYPE_USER_JOINED
<mevent type='userjoined'>
<subject destination='fred@example.com'
accesslevel='INVITE' />
</mevent>
public static final int ETYPE_ACCESS_MODIFIED
<mevent type='accessmodified'>
<subject destination='fred@example.com'
accesslevel='MANAGE' />
</mevent>
public static final int ETYPE_CLOSE
public static final int ETYPE_ACTIVE
public static final int ETYPE_MODERATION_STARTED
public static final int ETYPE_MODERATION_STOPED
public static final int ETYPE_OTHER
Method Detail |
public java.lang.String toString()
public int getType()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |