org.eclipse.ecf.presence.search.message
Interface IMessageResult
- All Superinterfaces:
- org.eclipse.core.runtime.IAdaptable, IResult
public interface IMessageResult
- extends IResult
Each result returned for the message search will be reach through this interface.
The result contain the message that match the search.
- Since:
- 2.0
Methods inherited from interface org.eclipse.ecf.presence.search.IResult |
getUser |
Methods inherited from interface org.eclipse.core.runtime.IAdaptable |
getAdapter |
getMessage
IChatMessage getMessage()
- Get message for the search. This is the message that comes from the search.
- Returns:
IChatMessage
message associated with the search. Will not be null