public class EzySimpleUserStats extends Object implements EzyUserStatistics, Serializable
| Modifier and Type | Field and Description |
|---|---|
protected int |
currentUsers |
protected int |
maxUsers |
protected int |
totalUsers |
| Constructor and Description |
|---|
EzySimpleUserStats() |
| Modifier and Type | Method and Description |
|---|---|
void |
addUsers(int users) |
void |
setCurrentUsers(int users) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetCurrentUsers, getMaxUsers, getTotalUsersprotected int maxUsers
protected int totalUsers
protected int currentUsers
public void addUsers(int users)
addUsers in interface EzyUserStatisticspublic void setCurrentUsers(int users)
setCurrentUsers in interface EzyUserStatisticsCopyright © 2021 Young Monkeys. All rights reserved.