Uses of Package
jerklib.tasks

Packages that use jerklib.tasks
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 
 

Classes in jerklib.tasks used by jerklib
Task
          Task is a job that can be ran by the Session when certain types of events are received.
 

Classes in jerklib.tasks used by jerklib.tasks
Task
          Task is a job that can be ran by the Session when certain types of events are received.
 

Classes in jerklib.tasks used by jerklib.util
Task
          Task is a job that can be ran by the Session when certain types of events are received.
TaskImpl
          An impl of the Task interface.