|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjerklib.events.impl.JoinEventImpl
public class JoinEventImpl
JoinEvent| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from interface jerklib.events.IRCEvent |
|---|
IRCEvent.Type |
| Constructor Summary | |
|---|---|
JoinEventImpl(String rawEventData,
Session session,
String who,
String username,
String hostName,
String channelName,
Channel chan)
|
|
| Method Summary | |
|---|---|
Channel |
getChannel()
returns the Channel object joined |
String |
getChannelName()
returns the name of the channel joined to cause this event |
String |
getHostName()
returns the hostname of the person who joined the channel |
String |
getNick()
returns the nick of who joined the channel |
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 |
getUserName()
return the username in the user's hostmask |
String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public JoinEventImpl(String rawEventData,
Session session,
String who,
String username,
String hostName,
String channelName,
Channel chan)
| Method Detail |
|---|
public final String getNick()
JoinEvent
getNick in interface JoinEventpublic String getHostName()
JoinEvent
getHostName in interface JoinEventpublic final String getChannelName()
JoinEvent
getChannelName in interface JoinEventpublic final Channel getChannel()
JoinEvent
getChannel in interface JoinEventChannelpublic final IRCEvent.Type getType()
IRCEvent
getType in interface IRCEventpublic final String getRawEventData()
IRCEvent
getRawEventData in interface IRCEventpublic final Session getSession()
IRCEvent
getSession in interface IRCEventpublic String toString()
toString in class Objectpublic String getUserName()
JoinEvent
getUserName in interface JoinEvent
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||