|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.eclipse.ecf.presence.im.TypingMessageEvent
public class TypingMessageEvent
Field Summary | |
---|---|
protected ID |
fromID
|
protected ITypingMessage |
typingMessage
|
Constructor Summary | |
---|---|
TypingMessageEvent(ID fromID,
ITypingMessage message)
|
Method Summary | |
---|---|
ID |
getFromID()
Get the ID of the sender of the chat message. |
ITypingMessage |
getTypingMessage()
Get the typing message ffrom this event object. |
java.lang.String |
toString()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
protected ID fromID
protected ITypingMessage typingMessage
Constructor Detail |
---|
public TypingMessageEvent(ID fromID, ITypingMessage message)
Method Detail |
---|
public ITypingMessage getTypingMessage()
ITypingMessageEvent
getTypingMessage
in interface ITypingMessageEvent
null
.public ID getFromID()
IIMMessageEvent
getFromID
in interface IIMMessageEvent
null
.public java.lang.String toString()
toString
in class java.lang.Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |