|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjerklib.events.impl.NickListEventImpl
public class NickListEventImpl
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from interface jerklib.events.IRCEvent |
|---|
IRCEvent.Type |
| Constructor Summary | |
|---|---|
NickListEventImpl(String rawEventData,
Session session,
Channel channel,
List<String> nicks)
|
|
| Method Summary | |
|---|---|
Channel |
getChannel()
Gets the channel the nick list came from |
List<String> |
getNicks()
Gets the nick list for the Channel |
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. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public NickListEventImpl(String rawEventData,
Session session,
Channel channel,
List<String> nicks)
| Method Detail |
|---|
public Channel getChannel()
NickListEvent
getChannel in interface NickListEventChannelpublic List<String> getNicks()
NickListEvent
getNicks in interface NickListEventpublic String getRawEventData()
IRCEvent
getRawEventData in interface IRCEventpublic Session getSession()
IRCEvent
getSession in interface IRCEventpublic IRCEvent.Type getType()
IRCEvent
getType in interface IRCEvent
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||