A B C D E F G H I J K L M N O P Q R S T U V W Y

A

action(String) - Method in class jerklib.Channel
Send an action
addEventHandler(IRCEvent.Type, IRCEventListener) - Method in class jerklib.DefaultInternalEventHandler
Adds an IRCEventListener to handle a given event Type.
addIRCEventListener(IRCEventListener) - Method in class jerklib.Session
Adds an IRCEventListener to the Session.
addNick(String) - Method in class jerklib.Channel
This method is for internal use only
addParser(String, CommandParser) - Method in class jerklib.parsers.DefaultInternalEventParser
 
addTaskListener(TaskCompletionListener) - Method in class jerklib.tasks.TaskImpl
Add a listener to be notified by this Task
addWriteRequestListener(WriteRequestListener) - Method in class jerklib.ConnectionManager
Adds a listener to be notified of all writes
appendRawEventData(String) - Method in class jerklib.events.impl.WhoisEventImpl
 
appendToTopic(String) - Method in class jerklib.events.impl.TopicEventImpl
 
arg(int) - Method in class jerklib.EventToken
Gets an argument
args() - Method in class jerklib.EventToken
Gets list of arguments
asInteger(String) - Static method in class jerklib.events.dcc.DccEventFactory
 
asLong(String) - Static method in class jerklib.events.dcc.DccEventFactory
 
AwayEvent - Interface in jerklib.events
This is an event that is fired under three conditions: Sending a message to a user who is marked as away. User of lib marks self as away. User of lib returns from away. You can determine under which circumstance the event was fired by looking at the AwayEvent.EventType.
AwayEvent.EventType - Enum in jerklib.events
An enum to determine the type of event that was fired.
AwayEventImpl - Class in jerklib.events.impl
 
AwayEventImpl(String, AwayEvent.EventType, boolean, boolean, String, String, Session) - Constructor for class jerklib.events.impl.AwayEventImpl
 
AwayEventImpl(Session, AwayEvent.EventType, boolean, boolean, String, String) - Constructor for class jerklib.events.impl.AwayEventImpl
 
AwayParser - Class in jerklib.parsers
 
AwayParser() - Constructor for class jerklib.parsers.AwayParser
 

A B C D E F G H I J K L M N O P Q R S T U V W Y