|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Method Summary | |
void |
onEvent(java.lang.String event)
invoked when the system is sending information to the user. |
void |
onMessageAdded(Message message)
invoked when a message is received from another user participating in this session. |
void |
onModeratedMessageAdded(Message message)
invoked when a moderated message is received from another user participating in this session. |
void |
onModeratedMessageStatus(Message message,
int status,
java.lang.String reason)
invoked when there is a change in the status of the moderated message |
Methods inherited from interface org.netbeans.lib.collab.CollaborationSessionListener |
onError |
Method Detail |
public void onMessageAdded(Message message)
message
- the messagepublic void onModeratedMessageAdded(Message message)
message
- the messagepublic void onModeratedMessageStatus(Message message, int status, java.lang.String reason)
message
- the messagestatus
- The status of the message as defined in Conference.reason
- The reason submitted by the moderator.public void onEvent(java.lang.String event)
The Conference Event format is defined in iCAPI's pseudo-DTD.
event
- XML representation of an event
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |