|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IChatMessageSender
Chat message sender.
Method Summary | |
---|---|
void |
sendChatMessage(ID toID,
ID threadID,
IChatMessage.Type type,
java.lang.String subject,
java.lang.String body,
java.util.Map properties)
Send chat message to given ID. |
void |
sendChatMessage(ID toID,
java.lang.String body)
Send chat message to given ID. |
Method Detail |
---|
void sendChatMessage(ID toID, ID threadID, IChatMessage.Type type, java.lang.String subject, java.lang.String body, java.util.Map properties) throws ECFException
toID
- the target receiver to receive the chat message. Must not be
null
.threadID
- the threadID for the message. May be null
.type
- the IChatMessage.Type of the message. May not be null.subject
- the subject of the message. May be null.body
- the body of the message to send. May be null.properties
- properties associated with message. May be null.
ECFException
- thrown if toID is null, or currently disconnectedvoid sendChatMessage(ID toID, java.lang.String body) throws ECFException
toID
- the target receiver to receive the chat message. Must not be
null.body
- the body of the message to send. May be null.
ECFException
- thrown if toID is null, or currently disconnected
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |