org.eclipse.ecf.presence.im
Interface ITypingMessageSender


public interface ITypingMessageSender

Typing message sender.


Method Summary
 void sendTypingMessage(ID toID, boolean isTyping, java.lang.String body)
          Send typing message to a remote receiver.
 

Method Detail

sendTypingMessage

void sendTypingMessage(ID toID,
                       boolean isTyping,
                       java.lang.String body)
                       throws ECFException
Send typing message to a remote receiver.

Parameters:
toID - the ID of the receiver of the typing message. Must not be null.
isTyping - true if user is typing, false if they've stopped typing.
body - the content of what has been/is being typed. May be null.
Throws:
ECFException - thrown if toID is null, or if provider not currently connected.