|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface PartEvent
PartIRCEvent is made when someone parts a channel
Nested Class Summary |
---|
Nested classes/interfaces inherited from interface jerklib.events.IRCEvent |
---|
IRCEvent.Type |
Method Summary | |
---|---|
Channel |
getChannel()
returns IRCChannel object for channel parted |
String |
getChannelName()
returns the name of the channel parted |
String |
getHostName()
get the hostname of the parted |
String |
getPartMessage()
returns part message if there is one |
String |
getUserName()
get the username of the nick who parted the channel. |
String |
getWho()
returns the nick of who parted |
Methods inherited from interface jerklib.events.IRCEvent |
---|
getRawEventData, getSession, getType |
Method Detail |
---|
String getWho()
String getUserName()
String getHostName()
String getChannelName()
Channel getChannel()
Channel
String getPartMessage()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |