|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IRCEvent
The base interface for all JerkLib events.
This Interface provieds the bare essintails for an IRCEvent. The raw event data, host , port , and IRCConnection object.
Nested Class Summary | |
---|---|
static class |
IRCEvent.Type
Type enum is used to determine type. |
Method Summary | |
---|---|
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. |
Method Detail |
---|
IRCEvent.Type getType()
String getRawEventData()
Session getSession()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |