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