jerklib.events
Interface ServerVersionEvent

All Superinterfaces:
IRCEvent
All Known Implementing Classes:
ServerVersionEventImpl

public interface ServerVersionEvent
extends IRCEvent

Event fired for server version information

Author:
mohadib

Nested Class Summary
 
Nested classes/interfaces inherited from interface jerklib.events.IRCEvent
IRCEvent.Type
 
Method Summary
 String getComment()
          Gets the server version comment
 String getdebugLevel()
          Not impled
 String getHostName()
          Gets the host name
 String getVersion()
          Gets the version string the server sent
 
Methods inherited from interface jerklib.events.IRCEvent
getRawEventData, getSession, getType
 

Method Detail

getVersion

String getVersion()
Gets the version string the server sent

Returns:
version string

getdebugLevel

String getdebugLevel()
Not impled

Returns:
Not impled

getHostName

String getHostName()
Gets the host name

Returns:
hostname

getComment

String getComment()
Gets the server version comment

Returns:
comment