org.eclipse.ecf.presence.im
Interface ITypingMessage

All Superinterfaces:
org.eclipse.core.runtime.IAdaptable, IIMMessage, java.io.Serializable
All Known Implementing Classes:
TypingMessage

public interface ITypingMessage
extends IIMMessage

Typing message. This object represents information about a using typing during chat.


Method Summary
 java.lang.String getBody()
          Get the contents of the typing
 boolean isTyping()
          Indicates whether remote user is actually typing.
 
Methods inherited from interface org.eclipse.ecf.presence.IIMMessage
getFromID
 
Methods inherited from interface org.eclipse.core.runtime.IAdaptable
getAdapter
 

Method Detail

isTyping

boolean isTyping()
Indicates whether remote user is actually typing.

Returns:
true if currently typing, false if currently stopped.

getBody

java.lang.String getBody()
Get the contents of the typing

Returns:
String contents of the typing. May return null.