|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use IPresence | |
|---|---|
| org.eclipse.ecf.example.clients.applications | |
| org.eclipse.ecf.presence | |
| org.eclipse.ecf.presence.chatroom | |
| org.eclipse.ecf.presence.roster | |
| Uses of IPresence in org.eclipse.ecf.example.clients.applications |
|---|
| Methods in org.eclipse.ecf.example.clients.applications with parameters of type IPresence | |
|---|---|
void |
ChatRobotApplication.handlePresence(ID fromID,
IPresence presence)
|
void |
ChatSORobotApplication.handlePresence(ID fromID,
IPresence presence)
|
| 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 |
IRosterEntry.getPresence()
Get presence state for this roster entry. |
IPresence |
RosterEntry.getPresence()
|
| 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)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||