|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface QuitEvent
This is the event fired when someone quits
Nested Class Summary |
---|
Nested classes/interfaces inherited from interface jerklib.events.IRCEvent |
---|
IRCEvent.Type |
Method Summary | |
---|---|
List<Channel> |
getChannelList()
returns a list of Channel objects the nick who quit was in |
String |
getHostName()
get the host name of the user. |
String |
getNick()
returns the nick of who quit |
String |
getQuitMessage()
getQuitMessage get the quit message |
String |
getUserName()
Get the username from the hostmask of the quitted |
Methods inherited from interface jerklib.events.IRCEvent |
---|
getRawEventData, getSession, getType |
Method Detail |
---|
String getNick()
String getUserName()
String getHostName()
String getQuitMessage()
List<Channel> getChannelList()
Channel
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |