|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjerklib.events.impl.KickEventImpl
public class KickEventImpl
KickEvent
Nested Class Summary |
---|
Nested classes/interfaces inherited from interface jerklib.events.IRCEvent |
---|
IRCEvent.Type |
Constructor Summary | |
---|---|
KickEventImpl(String rawEventData,
Session session,
String byWho,
String userName,
String hostName,
String who,
String message,
Channel channel)
|
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 |
getRawEventData()
Returns the raw IRC data that makes up this event |
Session |
getSession()
Gets session for connection |
IRCEvent.Type |
getType()
Used to find out the exact type of event the IRCEvent object is. |
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 class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public KickEventImpl(String rawEventData, Session session, String byWho, String userName, String hostName, String who, String message, Channel channel)
Method Detail |
---|
public String byWho()
KickEvent
byWho
in interface KickEvent
public String getWho()
KickEvent
getWho
in interface KickEvent
public String getHostName()
KickEvent
getHostName
in interface KickEvent
public String getUserName()
KickEvent
getUserName
in interface KickEvent
public String getMessage()
KickEvent
getMessage
in interface KickEvent
public Channel getChannel()
KickEvent
getChannel
in interface KickEvent
public String getRawEventData()
IRCEvent
getRawEventData
in interface IRCEvent
public Session getSession()
IRCEvent
getSession
in interface IRCEvent
public IRCEvent.Type getType()
IRCEvent
getType
in interface IRCEvent
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |