|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjerklib.events.impl.QuitEventImpl
public class QuitEventImpl
QuitEvent
Nested Class Summary |
---|
Nested classes/interfaces inherited from interface jerklib.events.IRCEvent |
---|
IRCEvent.Type |
Constructor Summary | |
---|---|
QuitEventImpl(String rawEventData,
Session session,
String who,
String userName,
String hostName,
String msg,
List<Channel> chanList)
|
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 |
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 quitted |
String |
toString()
|
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public QuitEventImpl(String rawEventData, Session session, String who, String userName, String hostName, String msg, List<Channel> chanList)
Method Detail |
---|
public String getHostName()
QuitEvent
getHostName
in interface QuitEvent
public String getUserName()
QuitEvent
getUserName
in interface QuitEvent
public final String getNick()
QuitEvent
getNick
in interface QuitEvent
public final IRCEvent.Type getType()
IRCEvent
getType
in interface IRCEvent
public final String getRawEventData()
IRCEvent
getRawEventData
in interface IRCEvent
public final Session getSession()
IRCEvent
getSession
in interface IRCEvent
public final String getQuitMessage()
QuitEvent
getQuitMessage
in interface QuitEvent
public final List<Channel> getChannelList()
QuitEvent
getChannelList
in interface QuitEvent
Channel
public String toString()
toString
in class Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |