|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IChatMessage
Chat message. This is the message received when another user sends a chat message to us.
Nested Class Summary | |
---|---|
static class |
IChatMessage.Type
|
Method Summary | |
---|---|
java.lang.String |
getBody()
Get the message body for this message. |
java.util.Map |
getProperties()
Get properties associated with this chat message |
java.lang.String |
getSubject()
Get subject for this message. |
ID |
getThreadID()
Get thread ID for this message. |
IChatMessage.Type |
getType()
Get type for this message. |
Methods inherited from interface org.eclipse.ecf.presence.IIMMessage |
---|
getFromID |
Methods inherited from interface org.eclipse.core.runtime.IAdaptable |
---|
getAdapter |
Method Detail |
---|
ID getThreadID()
null
will be returned.
null
.java.lang.String getSubject()
java.lang.String getBody()
IChatMessage.Type getType()
java.util.Map getProperties()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |