rero.client.notify
public class NotifyData extends Feature implements ChatListener, TimerListener, ClientStateListener
| Field Summary | |
|---|---|
| protected int | isChecking |
| protected Lag | lag |
| protected Set | signedon |
| protected HashMap | users |
| Method Summary | |
|---|---|
| void | addUser(String nickname) |
| void | checkNotify() |
| void | cleanup() |
| NotifyUser | createNotifyUser(String nickname) |
| int | fireChatEvent(HashMap eventDescription) |
| Set | getNotifyUsers() |
| Set | getSignedOffUsers() |
| Set | getSignedOnUsers() |
| NotifyUser | getUserInfo(String nickname) |
| void | hashUsers() |
| void | init() |
| boolean | isChatEvent(String eventId, HashMap eventDescription) |
| void | propertyChanged(String value, String parameter) |
| void | removeUser(String nickname) |
| void | reset() |
| void | storeDataStructures(WeakHashMap data) |
| void | timerExecute() |