|
||||||||||
| 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 PartEventpublic String getHostName()
PartEvent
getHostName in interface PartEventpublic String getUserName()
PartEvent
getUserName in interface PartEventpublic final String getChannelName()
PartEvent
getChannelName in interface PartEventpublic final Channel getChannel()
PartEvent
getChannel in interface PartEventChannelpublic 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 final String getPartMessage()
PartEvent
getPartMessage in interface PartEventpublic String toString()
toString in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||