|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjerklib.events.impl.ChannelListEventImpl
public class ChannelListEventImpl
ChannelListEvent| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from interface jerklib.events.IRCEvent |
|---|
IRCEvent.Type |
| Constructor Summary | |
|---|---|
ChannelListEventImpl(String rawEventData,
String channelName,
String topic,
int numUsers,
Session session)
|
|
| Method Summary | |
|---|---|
String |
getChannelName()
Gets the channel name |
int |
getNumberOfUser()
Egts the number of users in the channel |
String |
getRawEventData()
Returns the raw IRC data that makes up this event |
Session |
getSession()
Gets session for connection |
String |
getTopic()
Gets the topic of the channel |
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 ChannelListEventImpl(String rawEventData,
String channelName,
String topic,
int numUsers,
Session session)
| Method Detail |
|---|
public String getChannelName()
ChannelListEvent
getChannelName in interface ChannelListEventpublic int getNumberOfUser()
ChannelListEvent
getNumberOfUser in interface ChannelListEventpublic String getTopic()
ChannelListEvent
getTopic in interface ChannelListEventpublic IRCEvent.Type getType()
IRCEvent
getType in interface IRCEventpublic String getRawEventData()
IRCEvent
getRawEventData in interface IRCEventpublic Session getSession()
IRCEvent
getSession in interface IRCEvent
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||