Uses of Interface
jerklib.tasks.Task

Packages that use Task
jerklib Package contains classes for working with the IRC protocol and IRC servers. 
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 Task in jerklib
 

Methods in jerklib with parameters of type Task
 void Session.onEvent(Task task)
          Add a task to be ran when any IRCEvent is received
 void Session.onEvent(Task task, IRCEvent.Type... types)
          Add a task to be ran when any of the given Types of IRCEvents are received
 void Session.removeTask(Task t)
          Removes a Task from the Session.
 

Uses of Task in jerklib.tasks
 

Classes in jerklib.tasks that implement Task
 class TaskImpl
          An impl of the Task interface.
 

Uses of Task in jerklib.util
 

Classes in jerklib.util that implement Task
 class NickServAuthPlugin
          A Task to identify with NickServ and then join a list of channels names.