|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface PresenceWatcher
Interface implemented by mods that wish to be notified when the presence of other users in a user's social graph changes.
To enable this notification, mods may implement this interface, though only one mod per user and one mod per context may implement it.
| Method Summary | |
|---|---|
void |
notePresenceChange(String observerRef,
String domain,
String whoRef,
String whereRef,
boolean on)
Take notice that a user elsewhere has come or gone. |
| Method Detail |
|---|
void notePresenceChange(String observerRef,
String domain,
String whoRef,
String whereRef,
boolean on)
observerRef - Ref of user who cares about thisdomain - Presence domain of relationship between userswhoRef - Ref of user who came or wentwhereRef - Ref of context the entered or exitedon - True if they came, false if they left
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||