rero.client.notify
public class NotifyUser extends Feature implements ChatListener, FrameworkConstants
Field Summary | |
---|---|
protected String | address |
protected String | nickname |
protected boolean | signedon |
protected long | time |
Constructor Summary | |
---|---|
NotifyUser(String nick) |
Method Summary | |
---|---|
int | fireChatEvent(HashMap eventDescription) |
String | getAddress() returns the users address |
String | getNickname() returns the users nickname |
long | getTimeOnline() returns total amount of time user has been online (in seconds) |
void | init() |
boolean | isChatEvent(String eventId, HashMap eventDescription) |
boolean | isSignedOn() is the user signed on or not |
void | signOff() a method to tell this object the user has signed off and to take appropriate action |
void | signOn() |
String | toString() |