org.eclipse.ecf.presence.im
Class TypingMessageEvent

java.lang.Object
  extended by org.eclipse.ecf.presence.im.TypingMessageEvent
All Implemented Interfaces:
Event, IIMMessageEvent, ITypingMessageEvent

public class TypingMessageEvent
extends java.lang.Object
implements ITypingMessageEvent


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

fromID

protected ID fromID

typingMessage

protected ITypingMessage typingMessage
Constructor Detail

TypingMessageEvent

public TypingMessageEvent(ID fromID,
                          ITypingMessage message)
Method Detail

getTypingMessage

public ITypingMessage getTypingMessage()
Description copied from interface: ITypingMessageEvent
Get the typing message ffrom this event object.

Specified by:
getTypingMessage in interface ITypingMessageEvent
Returns:
ITypingMessage that is the message associated with this event. Will not be null.

getFromID

public ID getFromID()
Description copied from interface: IIMMessageEvent
Get the ID of the sender of the chat message.

Specified by:
getFromID in interface IIMMessageEvent
Returns:
ID of the sender of the message. Will not be null.

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object