|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjerklib.events.impl.NumericEventImpl
public class NumericEventImpl
NumericErrorEvent
Nested Class Summary |
---|
Nested classes/interfaces inherited from interface jerklib.events.ErrorEvent |
---|
ErrorEvent.ErrorType |
Nested classes/interfaces inherited from interface jerklib.events.IRCEvent |
---|
IRCEvent.Type |
Constructor Summary | |
---|---|
NumericEventImpl(String errMsg,
String rawEventData,
int numeric,
Session session)
|
Method Summary | |
---|---|
String |
getErrorMsg()
gets error message |
ErrorEvent.ErrorType |
getErrorType()
Get the error type |
int |
getNumeric()
Gets numeric error code |
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. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public NumericEventImpl(String errMsg, String rawEventData, int numeric, Session session)
Method Detail |
---|
public String getErrorMsg()
NumericErrorEvent
getErrorMsg
in interface NumericErrorEvent
public int getNumeric()
NumericErrorEvent
getNumeric
in interface NumericErrorEvent
public ErrorEvent.ErrorType getErrorType()
ErrorEvent
getErrorType
in interface ErrorEvent
public String getRawEventData()
IRCEvent
getRawEventData
in interface IRCEvent
public Session getSession()
IRCEvent
getSession
in interface IRCEvent
public IRCEvent.Type getType()
IRCEvent
getType
in interface IRCEvent
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |