|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjerklib.events.impl.MotdEventImpl
public class MotdEventImpl
MotdEvent
Nested Class Summary |
---|
Nested classes/interfaces inherited from interface jerklib.events.IRCEvent |
---|
IRCEvent.Type |
Constructor Summary | |
---|---|
MotdEventImpl(String rawEventData,
Session session,
String motdLine,
String hostName)
|
Method Summary | |
---|---|
String |
getHostName()
returns name of host this event originated from |
String |
getMotdLine()
Gets a line of the MOTD |
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 |
toString()
|
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public MotdEventImpl(String rawEventData, Session session, String motdLine, String hostName)
Method Detail |
---|
public String getMotdLine()
MotdEvent
getMotdLine
in interface MotdEvent
public IRCEvent.Type getType()
IRCEvent
getType
in interface IRCEvent
public String getRawEventData()
IRCEvent
getRawEventData
in interface IRCEvent
public Session getSession()
IRCEvent
getSession
in interface IRCEvent
public String toString()
toString
in class Object
public String getHostName()
MotdEvent
getHostName
in interface MotdEvent
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |