|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjerklib.events.impl.WhowasEventImpl
public class WhowasEventImpl
WhowasEvent
Nested Class Summary |
---|
Nested classes/interfaces inherited from interface jerklib.events.IRCEvent |
---|
IRCEvent.Type |
Constructor Summary | |
---|---|
WhowasEventImpl(String hostName,
String userName,
String nick,
String realName,
String rawEventData,
Session session)
|
Method Summary | |
---|---|
String |
getHostName()
get hostname of whoised user |
String |
getNick()
get nick who was event is about |
String |
getRawEventData()
Returns the raw IRC data that makes up this event |
String |
getRealName()
get users realname |
Session |
getSession()
Gets session for connection |
IRCEvent.Type |
getType()
Used to find out the exact type of event the IRCEvent object is. |
String |
getUserName()
get username |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public WhowasEventImpl(String hostName, String userName, String nick, String realName, String rawEventData, Session session)
Method Detail |
---|
public String getHostName()
WhowasEvent
getHostName
in interface WhowasEvent
public String getNick()
WhowasEvent
getNick
in interface WhowasEvent
public String getRealName()
WhowasEvent
getRealName
in interface WhowasEvent
public String getUserName()
WhowasEvent
getUserName
in interface WhowasEvent
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 |