org.eclipse.ecf.presence.search
Interface IResult

All Superinterfaces:
org.eclipse.core.runtime.IAdaptable
All Known Subinterfaces:
IMessageResult

public interface IResult
extends org.eclipse.core.runtime.IAdaptable

Each result returned for the search will be reach through this interface. The result contain the user that match the search.

Since:
2.0

Method Summary
 IUser getUser()
          Get user for the search.
 
Methods inherited from interface org.eclipse.core.runtime.IAdaptable
getAdapter
 

Method Detail

getUser

IUser getUser()
Get user for the search. This is the user that comes from the search.

Returns:
IUser user associated with the search. Will not be null