public interface PresenceUpdater
The PresenceUpdater interface is a simple mechanism to access the PresenceService without a cross-module dependency. It only exposes the setPresence method, which is the extent of Courier's interaction with Presence.
| Modifier and Type | Method and Description |
|---|---|
void |
setPresence(String locationId)
Establish or refresh the presence of the current session in a location.
|
void setPresence(String locationId)
locationId - A presence location id.Copyright © 2003–2020 The Sakai Foundation. All rights reserved.