|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjerklib.events.impl.NoticeEventImpl
public class NoticeEventImpl
NoticeEventImpl| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from interface jerklib.events.IRCEvent |
|---|
IRCEvent.Type |
| Constructor Summary | |
|---|---|
NoticeEventImpl(String rawEventData,
Session session,
String message,
String toWho,
String byWho,
Channel channel)
|
|
| Method Summary | |
|---|---|
String |
byWho()
Gets who sent the notice event |
Channel |
getChannel()
If this is a Channel notice this will return the Channel |
String |
getNoticeMessage()
returns notice message |
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 |
toString()
|
String |
toWho()
If this notice is sent to a user this will return who |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public NoticeEventImpl(String rawEventData,
Session session,
String message,
String toWho,
String byWho,
Channel channel)
| Method Detail |
|---|
public String getNoticeMessage()
NoticeEvent
getNoticeMessage in interface NoticeEventpublic IRCEvent.Type getType()
IRCEvent
getType in interface IRCEventpublic String getRawEventData()
IRCEvent
getRawEventData in interface IRCEventpublic Session getSession()
IRCEvent
getSession in interface IRCEventpublic String toString()
toString in class Objectpublic String byWho()
NoticeEvent
byWho in interface NoticeEventpublic Channel getChannel()
NoticeEvent
getChannel in interface NoticeEventChannelpublic String toWho()
NoticeEvent
toWho in interface NoticeEvent
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||