|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface KickEvent
Event fired when someone is kicked from a channel
Channel.kick(String, String)| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from interface jerklib.events.IRCEvent |
|---|
IRCEvent.Type |
| Method Summary | |
|---|---|
String |
byWho()
Gets the nick of the user who did the kicking |
Channel |
getChannel()
Gets the channel object someone was kicked from |
String |
getHostName()
get the host name of the kicker (the person doing the kicking) |
String |
getMessage()
Gets the kick message |
String |
getUserName()
Get the username from the hostmask of the kicker (the person doing the kicking) |
String |
getWho()
Gets the nick of who was kicked |
| Methods inherited from interface jerklib.events.IRCEvent |
|---|
getRawEventData, getSession, getType |
| Method Detail |
|---|
String byWho()
String getUserName()
String getHostName()
String getMessage()
String getWho()
Channel getChannel()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||