|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface WhoEvent
This is fired when the lib gets a reply from a WHO request.
Nested Class Summary |
---|
Nested classes/interfaces inherited from interface jerklib.events.IRCEvent |
---|
IRCEvent.Type |
Method Summary | |
---|---|
String |
getChannel()
Retrieve the channel (for when you WHO a channel) |
int |
getHopCount()
Returns the number of hops between you and the user. |
String |
getHostName()
Get the hostname of the user |
String |
getNick()
Get the nick of the user |
String |
getRealName()
Get the real name of the user. |
String |
getServerName()
Get the server the user is on. |
String |
getUserName()
Get the username of the user |
boolean |
isAway()
Get whether or not the user is away. |
Methods inherited from interface jerklib.events.IRCEvent |
---|
getRawEventData, getSession, getType |
Method Detail |
---|
String getNick()
String getUserName()
String getHostName()
String getServerName()
int getHopCount()
String getRealName()
String getChannel()
boolean isAway()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |