@PublicAPI public class SchedulerUsers extends Object implements Serializable
Constructor and Description |
---|
SchedulerUsers() |
Modifier and Type | Method and Description |
---|---|
Collection<UserIdentification> |
getUsers()
Return a sorted collection of all connected users.
|
int |
getUsersCount() |
void |
update(UserIdentification user)
Update the list of users with this given user.
|
public Collection<UserIdentification> getUsers()
public int getUsersCount()
public void update(UserIdentification user)
user
- the user to update.