public interface IPresenceListener
Modifier and Type | Method and Description |
---|---|
void |
deviceAvailable(java.lang.String id)
A device has become available after previouly being unavailable.
|
void |
deviceUnavailable(java.lang.String id)
A device has become unavailable after previously being seen as available
while this system is online.
|
void deviceAvailable(java.lang.String id)
id
- void deviceUnavailable(java.lang.String id)
id
-