|
||||||||||
| 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 WhoEventpublic String getUserName()
getUserName in interface WhoEventpublic String getHostName()
getHostName in interface WhoEventpublic String getRealName()
getRealName in interface WhoEventpublic String getChannel()
getChannel in interface WhoEventpublic boolean isAway()
isAway in interface WhoEventpublic IRCEvent.Type getType()
getType in interface IRCEventpublic String getRawEventData()
getRawEventData in interface IRCEventpublic int getHopCount()
WhoEvent
getHopCount in interface WhoEventpublic Session getSession()
getSession in interface IRCEventpublic String getServerName()
WhoEvent
getServerName in interface WhoEvent
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||