|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjerklib.events.impl.WhoEventImpl
public class WhoEventImpl
Created: Jan 31, 2008 6:31:31 PM
WhoEvent
Nested Class Summary |
---|
Nested classes/interfaces inherited from interface jerklib.events.IRCEvent |
---|
IRCEvent.Type |
Constructor Summary | |
---|---|
WhoEventImpl(String channel,
int hopCount,
String hostName,
boolean away,
String nick,
String rawEventData,
String realName,
String serverName,
Session session,
String userName)
|
Method Summary | |
---|---|
String |
getChannel()
Retrieve the channel (for when you WHO a channel) |
int |
getHopCount()
Returns the number of hops between you and the user. |
String |
getHostName()
Get the hostname of the user |
String |
getNick()
Get the nick of the user |
String |
getRawEventData()
Returns the raw IRC data that makes up this event |
String |
getRealName()
Get the real name of the user. |
String |
getServerName()
Get the server the user is on. |
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 the username of the user |
boolean |
isAway()
Get whether or not the user is away. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public WhoEventImpl(String channel, int hopCount, String hostName, boolean away, String nick, String rawEventData, String realName, String serverName, Session session, String userName)
Method Detail |
---|
public String getNick()
getNick
in interface WhoEvent
public String getUserName()
getUserName
in interface WhoEvent
public String getHostName()
getHostName
in interface WhoEvent
public String getRealName()
getRealName
in interface WhoEvent
public String getChannel()
getChannel
in interface WhoEvent
public boolean isAway()
isAway
in interface WhoEvent
public IRCEvent.Type getType()
getType
in interface IRCEvent
public String getRawEventData()
getRawEventData
in interface IRCEvent
public int getHopCount()
WhoEvent
getHopCount
in interface WhoEvent
public Session getSession()
getSession
in interface IRCEvent
public String getServerName()
WhoEvent
getServerName
in interface WhoEvent
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |