public interface PresenceWatcher
To enable this notification, mods may implement this interface, though only one mod per user and one mod per context may implement it.
| Modifier and Type | Method and Description |
|---|---|
void |
notePresenceChange(String observerRef,
String domain,
String whoRef,
String whereRef,
boolean on)
Take notice that a user elsewhere has come or gone.
|
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 leftCopyright © 2017. All rights reserved.