|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjerklib.events.impl.PartEventImpl
public class PartEventImpl
PartEvent
Nested Class Summary |
---|
Nested classes/interfaces inherited from interface jerklib.events.IRCEvent |
---|
IRCEvent.Type |
Constructor Summary | |
---|---|
PartEventImpl(String rawEventData,
Session session,
String who,
String user,
String host,
String channelName,
Channel channel,
String partMessage)
|
Method Summary | |
---|---|
Channel |
getChannel()
returns IRCChannel object for channel parted |
String |
getChannelName()
returns the name of the channel parted |
String |
getHostName()
get the hostname of the parted |
String |
getPartMessage()
returns part message if there is one |
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()
get the username of the nick who parted the channel. |
String |
getWho()
returns the nick of who parted |
String |
toString()
|
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public PartEventImpl(String rawEventData, Session session, String who, String user, String host, String channelName, Channel channel, String partMessage)
Method Detail |
---|
public final String getWho()
PartEvent
getWho
in interface PartEvent
public String getHostName()
PartEvent
getHostName
in interface PartEvent
public String getUserName()
PartEvent
getUserName
in interface PartEvent
public final String getChannelName()
PartEvent
getChannelName
in interface PartEvent
public final Channel getChannel()
PartEvent
getChannel
in interface PartEvent
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 final String getPartMessage()
PartEvent
getPartMessage
in interface PartEvent
public String toString()
toString
in class Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |