public class ChannelListEvent extends IRCEvent
RequestGenerator.chanList()
,
RequestGenerator.chanList(String)
IRCEvent.Type
Constructor and Description |
---|
ChannelListEvent(java.lang.String rawEventData,
java.lang.String channelName,
java.lang.String topic,
int numUsers,
Session session) |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getChannelName()
Gets the channel name
|
int |
getNumberOfUser()
Gets the number of users in the channel
|
java.lang.String |
getTopic()
Gets the topic of the channel
|
getRawEventData, getSession, getType, toString
arg, args, command, getHostName, getNick, getUserName, numeric, prefix
public ChannelListEvent(java.lang.String rawEventData, java.lang.String channelName, java.lang.String topic, int numUsers, Session session)
public java.lang.String getChannelName()
public int getNumberOfUser()
public java.lang.String getTopic()