org.eclipse.ecf.presence
Interface IIMMessageEvent

All Superinterfaces:
Event
All Known Subinterfaces:
IChatMessageEvent, IChatRoomCreationEvent, IChatRoomMessageEvent, ITypingMessageEvent, IXHTMLChatMessageEvent
All Known Implementing Classes:
ChatMessageEvent, ChatRoomMessageEvent, TypingMessageEvent, XHTMLChatMessageEvent

public interface IIMMessageEvent
extends Event

Message event class. This event interface provides a wrapper for IIMMessages received from remotes.


Method Summary
 ID getFromID()
          Get the ID of the sender of the chat message.
 

Method Detail

getFromID

ID getFromID()
Get the ID of the sender of the chat message.

Returns:
ID of the sender of the message. Will not be null.