|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
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 |
---|
void sendTypingMessage(ID toID, boolean isTyping, java.lang.String body) throws ECFException
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
.
ECFException
- thrown if toID is null
, or if provider not
currently connected.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |