Uses of Class
org.eclipse.ecf.presence.IMessageListener.Type

Packages that use IMessageListener.Type
org.eclipse.ecf.presence   
org.eclipse.ecf.ui.views   
 

Uses of IMessageListener.Type in org.eclipse.ecf.presence
 

Fields in org.eclipse.ecf.presence declared as IMessageListener.Type
static IMessageListener.Type IMessageListener.Type.CHAT
           
static IMessageListener.Type IMessageListener.Type.ERROR
           
static IMessageListener.Type IMessageListener.Type.GROUP_CHAT
           
static IMessageListener.Type IMessageListener.Type.NORMAL
           
static IMessageListener.Type IMessageListener.Type.SYSTEM
           
 

Methods in org.eclipse.ecf.presence that return IMessageListener.Type
static IMessageListener.Type IMessageListener.Type.fromString(java.lang.String itemType)
           
 

Methods in org.eclipse.ecf.presence with parameters of type IMessageListener.Type
 void IMessageListener.handleMessage(ID fromID, ID toID, IMessageListener.Type type, java.lang.String subject, java.lang.String messageBody)
          Deprecated. Handle message from remote user.
 

Uses of IMessageListener.Type in org.eclipse.ecf.ui.views
 

Methods in org.eclipse.ecf.ui.views with parameters of type IMessageListener.Type
 void RosterView.handleMessage(ID groupID, ID fromID, ID toID, IMessageListener.Type type, java.lang.String subject, java.lang.String message)
           
 void ChatWindow.handleMessage(ID fromID, ID toID, IMessageListener.Type type, java.lang.String subject, java.lang.String message)
           
 void ChatRoomView.handleMessage(ID fromID, ID toID, IMessageListener.Type type, java.lang.String subject, java.lang.String messageBody)
           
 void ChatRoomManagerView.handleMessage(ID fromID, ID toID, IMessageListener.Type type, java.lang.String subject, java.lang.String messageBody)