|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface WhoisEvent
Fired when whois event recieved
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from interface jerklib.events.IRCEvent |
|---|
IRCEvent.Type |
| Method Summary | |
|---|---|
List<String> |
getChannelNames()
A list of channel names the user is joined to |
String |
getHost()
the hostname of the whoised user |
String |
getNick()
Gets the nick the whois event is about |
String |
getRealName()
gets real name of whoised user |
String |
getUser()
gets username of whoised user |
boolean |
isAnOperator()
not impled |
boolean |
isIdle()
returns true if person is idle , else false |
long |
secondsIdle()
returns how many seconds person has been idle |
Date |
signOnTime()
returns sign on time |
String |
whoisServer()
The hostname of the server who answered the whois query |
String |
whoisServerInfo()
Gets whois server information |
| Methods inherited from interface jerklib.events.IRCEvent |
|---|
getRawEventData, getSession, getType |
| Method Detail |
|---|
String getNick()
String getHost()
String getUser()
String getRealName()
List<String> getChannelNames()
String whoisServer()
String whoisServerInfo()
boolean isAnOperator()
boolean isIdle()
long secondsIdle()
Date signOnTime()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||