|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjerklib.events.impl.ConnectionCompleteEventImpl
public class ConnectionCompleteEventImpl
ConnectionCompleteEvent
Nested Class Summary |
---|
Nested classes/interfaces inherited from interface jerklib.events.IRCEvent |
---|
IRCEvent.Type |
Constructor Summary | |
---|---|
ConnectionCompleteEventImpl(String rawEventData,
String hostName,
Session session,
String oldHostName)
|
Method Summary | |
---|---|
String |
getActualHostName()
Gets the actual hostname |
String |
getOldHostName()
Get the hostname used for the requested connection |
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 ConnectionCompleteEventImpl(String rawEventData, String hostName, Session session, String oldHostName)
Method Detail |
---|
public String getOldHostName()
ConnectionCompleteEvent
getOldHostName
in interface ConnectionCompleteEvent
public IRCEvent.Type getType()
IRCEvent
getType
in interface IRCEvent
public String getRawEventData()
IRCEvent
getRawEventData
in interface IRCEvent
public String getActualHostName()
ConnectionCompleteEvent
getActualHostName
in interface ConnectionCompleteEvent
public Session getSession()
IRCEvent
getSession
in interface IRCEvent
public String toString()
toString
in class Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |