|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use IRCEventListener | |
---|---|
jerklib | Package contains classes for working with the IRC protocol and IRC servers. |
jerklib.examples | Package contains examples of using JerkLib |
jerklib.listeners | Package contains listener classes for JerkLib |
jerklib.tasks | Package contains the Task interface and a Task impl |
jerklib.util | Package contains utilites for working with JerkLib and IRC in general |
Uses of IRCEventListener in jerklib |
---|
Classes in jerklib that implement IRCEventListener | |
---|---|
class |
DefaultInternalEventHandler
Class that will only handle events that effect internal states/caches. |
Methods in jerklib that return IRCEventListener | |
---|---|
IRCEventListener |
ConnectionManager.getDefaultEventHandler()
Gets the InternalEventHandler to use for this Session. |
IRCEventListener |
DefaultInternalEventHandler.getEventHandler(IRCEvent.Type type)
Returns the event handler registerd to the Type given. |
IRCEventListener |
Session.getInternalEventHandler()
Returns the internal event handler this Session is using |
Methods in jerklib that return types with arguments of type IRCEventListener | |
---|---|
Collection<IRCEventListener> |
Session.getIRCEventListeners()
Get a collection of all IRCEventListeners attached to Session |
Methods in jerklib with parameters of type IRCEventListener | |
---|---|
void |
DefaultInternalEventHandler.addEventHandler(IRCEvent.Type type,
IRCEventListener listener)
Adds an IRCEventListener to handle a given event Type. |
void |
Session.addIRCEventListener(IRCEventListener listener)
Adds an IRCEventListener to the Session. |
boolean |
Session.removeIRCEventListener(IRCEventListener listener)
Remove IRCEventListner from Session |
void |
ConnectionManager.setDefaultInternalEventHandler(IRCEventListener handler)
Sets the InternalEventHandler to use for this Session. |
void |
Session.setInternalEventHandler(IRCEventListener handler)
Sets the internal event handler this Session should use |
Uses of IRCEventListener in jerklib.examples |
---|
Classes in jerklib.examples that implement IRCEventListener | |
---|---|
class |
DefaultListenerExample
|
class |
Example
A simple example that demonsrates how to use JerkLib |
Uses of IRCEventListener in jerklib.listeners |
---|
Classes in jerklib.listeners that implement IRCEventListener | |
---|---|
class |
DefaultIRCEventListener
|
Uses of IRCEventListener in jerklib.tasks |
---|
Subinterfaces of IRCEventListener in jerklib.tasks | |
---|---|
interface |
Task
Task is a job that can be ran by the Session when certain types of events are received. |
Classes in jerklib.tasks that implement IRCEventListener | |
---|---|
class |
TaskImpl
An impl of the Task interface. |
Uses of IRCEventListener in jerklib.util |
---|
Classes in jerklib.util that implement IRCEventListener | |
---|---|
class |
NickServAuthPlugin
A Task to identify with NickServ and then join a list of channels names. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |