jerklib.events
Interface NickListEvent

All Superinterfaces:
IRCEvent
All Known Implementing Classes:
NickListEventImpl

public interface NickListEvent
extends IRCEvent

Event fired when nick list event comes from server

Author:
mohadib

Nested Class Summary
 
Nested classes/interfaces inherited from interface jerklib.events.IRCEvent
IRCEvent.Type
 
Method Summary
 Channel getChannel()
          Gets the channel the nick list came from
 List<String> getNicks()
          Gets the nick list for the Channel
 
Methods inherited from interface jerklib.events.IRCEvent
getRawEventData, getSession, getType
 

Method Detail

getChannel

Channel getChannel()
Gets the channel the nick list came from

Returns:
Channel
See Also:
Channel

getNicks

List<String> getNicks()
Gets the nick list for the Channel

Returns:
List of nicks in channel