|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjerklib.events.impl.ModeEventImpl
public class ModeEventImpl
ModeEvent| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from interface jerklib.events.modes.ModeEvent |
|---|
ModeEvent.ModeType |
| Nested classes/interfaces inherited from interface jerklib.events.IRCEvent |
|---|
IRCEvent.Type |
| Constructor Summary | |
|---|---|
ModeEventImpl(ModeEvent.ModeType type,
String rawEventData,
Session session,
List<ModeAdjustment> modeAdjustments,
String setBy,
Channel channel)
|
|
| Method Summary | |
|---|---|
Channel |
getChannel()
If mode event adjusted a Channel mode then the Channel effected will be returned |
List<ModeAdjustment> |
getModeAdjustments()
Gets the list of mode adjustments generated |
ModeEvent.ModeType |
getModeType()
Indicates if this is a user mode or channel mode event |
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 |
setBy()
Gets who set the mode |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ModeEventImpl(ModeEvent.ModeType type,
String rawEventData,
Session session,
List<ModeAdjustment> modeAdjustments,
String setBy,
Channel channel)
| Method Detail |
|---|
public Channel getChannel()
ModeEvent
getChannel in interface ModeEventChannelpublic List<ModeAdjustment> getModeAdjustments()
ModeEvent
getModeAdjustments in interface ModeEventpublic String setBy()
ModeEvent
setBy in interface ModeEventpublic String getRawEventData()
IRCEvent
getRawEventData in interface IRCEventpublic Session getSession()
IRCEvent
getSession in interface IRCEventpublic ModeEvent.ModeType getModeType()
ModeEvent
getModeType in interface ModeEventpublic IRCEvent.Type getType()
IRCEvent
getType in interface IRCEvent
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||