|
||||||||||
| 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 MotdEventpublic IRCEvent.Type getType()
IRCEvent
getType in interface IRCEventpublic String getRawEventData()
IRCEvent
getRawEventData in interface IRCEventpublic Session getSession()
IRCEvent
getSession in interface IRCEventpublic String toString()
toString in class Objectpublic String getHostName()
MotdEvent
getHostName in interface MotdEvent
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||