|
||||||||||
| 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 QuitEventpublic String getUserName()
QuitEvent
getUserName in interface QuitEventpublic final String getNick()
QuitEvent
getNick in interface QuitEventpublic final IRCEvent.Type getType()
IRCEvent
getType in interface IRCEventpublic final String getRawEventData()
IRCEvent
getRawEventData in interface IRCEventpublic final Session getSession()
IRCEvent
getSession in interface IRCEventpublic final String getQuitMessage()
QuitEvent
getQuitMessage in interface QuitEventpublic final List<Channel> getChannelList()
QuitEvent
getChannelList in interface QuitEventChannelpublic String toString()
toString in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||