Uses of Interface
org.eclipse.ecf.core.user.IUser

Packages that use IUser
org.eclipse.ecf.core.user   
org.eclipse.ecf.presence.chatroom   
org.eclipse.ecf.presence.roster   
org.eclipse.ecf.presence.search   
 

Uses of IUser in org.eclipse.ecf.core.user
 

Classes in org.eclipse.ecf.core.user that implement IUser
 class User
           
 

Uses of IUser in org.eclipse.ecf.presence.chatroom
 

Methods in org.eclipse.ecf.presence.chatroom with parameters of type IUser
 void IChatRoomParticipantListener.handleArrived(IUser participant)
          Notification that participant arrived in associated chat room
 void IChatRoomParticipantListener.handleDeparted(IUser participant)
          Notification that participant departed the associated chat room
 void IChatRoomParticipantListener.handleUpdated(IUser updatedParticipant)
          Notification that user information (e.g.
 

Uses of IUser in org.eclipse.ecf.presence.roster
 

Fields in org.eclipse.ecf.presence.roster declared as IUser
protected  IUser Roster.rosterUser
           
protected  IUser RosterEntry.user
           
 

Methods in org.eclipse.ecf.presence.roster that return IUser
 IUser RosterEntry.getUser()
           
 IUser Roster.getUser()
           
 IUser IRosterEntry.getUser()
          Get user for this roster entry.
 IUser IRoster.getUser()
          Get local user for this roster.
 

Methods in org.eclipse.ecf.presence.roster with parameters of type IUser
 void Roster.setUser(IUser user)
           
 

Constructors in org.eclipse.ecf.presence.roster with parameters of type IUser
Roster(IPresenceContainerAdapter pc, IUser user)
           
RosterEntry(IRosterItem parent, IUser user, IPresence presenceState)
           
 

Uses of IUser in org.eclipse.ecf.presence.search
 

Methods in org.eclipse.ecf.presence.search that return IUser
 IUser IResult.getUser()
          Get user for the search.