org.eclipse.ecf.presence.im
Interface ITypingMessageEvent

All Superinterfaces:
Event, IIMMessageEvent
All Known Implementing Classes:
TypingMessageEvent

public interface ITypingMessageEvent
extends IIMMessageEvent

Typing message event.


Method Summary
 ITypingMessage getTypingMessage()
          Get the typing message ffrom this event object.
 
Methods inherited from interface org.eclipse.ecf.presence.IIMMessageEvent
getFromID
 

Method Detail

getTypingMessage

ITypingMessage getTypingMessage()
Get the typing message ffrom this event object.

Returns:
ITypingMessage that is the message associated with this event. Will not be null.