Uses of Interface
org.eclipse.ecf.presence.IPresence

Packages that use IPresence
org.eclipse.ecf.presence   
org.eclipse.ecf.presence.chatroom   
org.eclipse.ecf.presence.roster   
 

Uses of IPresence in org.eclipse.ecf.presence
 

Classes in org.eclipse.ecf.presence that implement IPresence
 class Presence
          Base presence class implementing IPresence.
 

Methods in org.eclipse.ecf.presence with parameters of type IPresence
 void IPresenceListener.handlePresence(ID fromID, IPresence presence)
          Notification that a presence update has been received
 void IPresenceSender.sendPresenceUpdate(ID targetID, IPresence presence)
          Send a presence update to a remote user
 

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

Methods in org.eclipse.ecf.presence.chatroom with parameters of type IPresence
 void IChatRoomParticipantListener.handlePresenceUpdated(ID fromID, IPresence presence)
          Notification that a presence update has been received
 

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

Fields in org.eclipse.ecf.presence.roster declared as IPresence
protected  IPresence RosterEntry.presence
           
 

Methods in org.eclipse.ecf.presence.roster that return IPresence
 IPresence RosterEntry.getPresence()
           
 IPresence IRosterEntry.getPresence()
          Get presence state for this roster entry.
 

Methods in org.eclipse.ecf.presence.roster with parameters of type IPresence
 void RosterEntry.setPresence(IPresence newPresence)
           
 

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