|
||||||||||
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 JoinEvent
public String getHostName()
JoinEvent
getHostName
in interface JoinEvent
public final String getChannelName()
JoinEvent
getChannelName
in interface JoinEvent
public final Channel getChannel()
JoinEvent
getChannel
in interface JoinEvent
Channel
public final IRCEvent.Type getType()
IRCEvent
getType
in interface IRCEvent
public final String getRawEventData()
IRCEvent
getRawEventData
in interface IRCEvent
public final Session getSession()
IRCEvent
getSession
in interface IRCEvent
public String toString()
toString
in class Object
public String getUserName()
JoinEvent
getUserName
in interface JoinEvent
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |