Uses of Interface
org.eclipse.ecf.presence.im.ITypingMessage

Packages that use ITypingMessage
org.eclipse.ecf.presence.im   
 

Uses of ITypingMessage in org.eclipse.ecf.presence.im
 

Classes in org.eclipse.ecf.presence.im that implement ITypingMessage
 class TypingMessage
          Typing Message implementation class
 

Fields in org.eclipse.ecf.presence.im declared as ITypingMessage
protected  ITypingMessage TypingMessageEvent.typingMessage
           
 

Methods in org.eclipse.ecf.presence.im that return ITypingMessage
 ITypingMessage ITypingMessageEvent.getTypingMessage()
          Get the typing message ffrom this event object.
 ITypingMessage TypingMessageEvent.getTypingMessage()
           
 

Constructors in org.eclipse.ecf.presence.im with parameters of type ITypingMessage
TypingMessageEvent(ID fromID, ITypingMessage message)