jerklib.events
Interface ChannelListEvent

All Superinterfaces:
IRCEvent
All Known Implementing Classes:
ChannelListEventImpl

public interface ChannelListEvent
extends IRCEvent

The event fired when a line from a channel listing is parsed

Author:
mohaidb
See Also:
RequestGenerator.chanList(), RequestGenerator.chanList(String)

Nested Class Summary
 
Nested classes/interfaces inherited from interface jerklib.events.IRCEvent
IRCEvent.Type
 
Method Summary
 String getChannelName()
          Gets the channel name
 int getNumberOfUser()
          Egts the number of users in the channel
 String getTopic()
          Gets the topic of the channel
 
Methods inherited from interface jerklib.events.IRCEvent
getRawEventData, getSession, getType
 

Method Detail

getChannelName

String getChannelName()
Gets the channel name

Returns:
the channel name

getNumberOfUser

int getNumberOfUser()
Egts the number of users in the channel

Returns:
number of users

getTopic

String getTopic()
Gets the topic of the channel

Returns:
the channel topic