|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjerklib.events.impl.ServerVersionEventImpl
public class ServerVersionEventImpl
ServerVersionEvent
Nested Class Summary |
---|
Nested classes/interfaces inherited from interface jerklib.events.IRCEvent |
---|
IRCEvent.Type |
Constructor Summary | |
---|---|
ServerVersionEventImpl(String comment,
String hostName,
String version,
String debugLevel,
String rawEventData,
Session session)
|
Method Summary | |
---|---|
String |
getComment()
Gets the server version comment |
String |
getdebugLevel()
Not impled |
String |
getHostName()
Gets the host name |
String |
getRawEventData()
Returns the raw IRC data that makes up this event |
Session |
getSession()
Gets session for connection |
IRCEvent.Type |
getType()
Used to find out the exact type of event the IRCEvent object is. |
String |
getVersion()
Gets the version string the server sent |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ServerVersionEventImpl(String comment, String hostName, String version, String debugLevel, String rawEventData, Session session)
Method Detail |
---|
public String getComment()
ServerVersionEvent
getComment
in interface ServerVersionEvent
public String getHostName()
ServerVersionEvent
getHostName
in interface ServerVersionEvent
public String getVersion()
ServerVersionEvent
getVersion
in interface ServerVersionEvent
public String getdebugLevel()
ServerVersionEvent
getdebugLevel
in interface ServerVersionEvent
public String getRawEventData()
IRCEvent
getRawEventData
in interface IRCEvent
public Session getSession()
IRCEvent
getSession
in interface IRCEvent
public IRCEvent.Type getType()
IRCEvent
getType
in interface IRCEvent
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |