jerklib.events
Interface ServerInformationEvent

All Superinterfaces:
IRCEvent
All Known Implementing Classes:
ServerInformationEventImpl

public interface ServerInformationEvent
extends IRCEvent

Event fired when IRC numeric 005 is received - AKA Server Information

Author:
mohadib

Nested Class Summary
 
Nested classes/interfaces inherited from interface jerklib.events.IRCEvent
IRCEvent.Type
 
Method Summary
 ServerInformation getServerInformation()
          Gets the server information object
 
Methods inherited from interface jerklib.events.IRCEvent
getRawEventData, getSession, getType
 

Method Detail

getServerInformation

ServerInformation getServerInformation()
Gets the server information object

Returns:
the info