public class ConnectionCompleteEvent extends IRCEvent
IRCEvent.Type
Constructor and Description |
---|
ConnectionCompleteEvent(java.lang.String rawEventData,
java.lang.String hostName,
Session session,
java.lang.String oldHostName) |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getActualHostName()
Gets the actual hostname
|
java.lang.String |
getOldHostName()
Get the hostname used for the requested connection
|
getRawEventData, getSession, getType, toString
arg, args, command, getHostName, getNick, getUserName, numeric, prefix
public ConnectionCompleteEvent(java.lang.String rawEventData, java.lang.String hostName, Session session, java.lang.String oldHostName)