A B C D E G I O P R S T U

O

onDisconnected() - Method in class org.schwering.irc.lib.IRCEventAdapter
Fired when the own connection is broken.
onDisconnected() - Method in interface org.schwering.irc.lib.IRCEventListener
Fired when the own connection is broken.
onError(String) - Method in class org.schwering.irc.lib.IRCEventAdapter
Fired when an ERROR command is received.
onError(int, String) - Method in class org.schwering.irc.lib.IRCEventAdapter
Fired when a numeric error is received.
onError(String) - Method in interface org.schwering.irc.lib.IRCEventListener
Fired when an ERROR command is received.
onError(int, String) - Method in interface org.schwering.irc.lib.IRCEventListener
Fired when a numeric error is received.
onInvite(String, IRCUser, String) - Method in class org.schwering.irc.lib.IRCEventAdapter
Fired when somebody is invited to a channel.
onInvite(String, IRCUser, String) - Method in interface org.schwering.irc.lib.IRCEventListener
Fired when somebody is invited to a channel.
onJoin(String, IRCUser) - Method in class org.schwering.irc.lib.IRCEventAdapter
Fired when somebody joins a channel.
onJoin(String, IRCUser) - Method in interface org.schwering.irc.lib.IRCEventListener
Fired when somebody joins a channel.
onKick(String, IRCUser, String, String) - Method in class org.schwering.irc.lib.IRCEventAdapter
Fired when somebody is kicked from a channel.
onKick(String, IRCUser, String, String) - Method in interface org.schwering.irc.lib.IRCEventListener
Fired when somebody is kicked from a channel.
onMode(String, IRCUser, IRCModeParser) - Method in class org.schwering.irc.lib.IRCEventAdapter
Fired when an operator changes the modes of a channel.
onMode(IRCUser, String, String) - Method in class org.schwering.irc.lib.IRCEventAdapter
Fired when somebody changes somebody's usermodes.
onMode(String, IRCUser, IRCModeParser) - Method in interface org.schwering.irc.lib.IRCEventListener
Fired when an operator changes the modes of a channel.
onMode(IRCUser, String, String) - Method in interface org.schwering.irc.lib.IRCEventListener
Fired when somebody changes somebody's usermodes.
onNick(IRCUser, String) - Method in class org.schwering.irc.lib.IRCEventAdapter
Fired when somebody changes his nickname successfully.
onNick(IRCUser, String) - Method in interface org.schwering.irc.lib.IRCEventListener
Fired when somebody changes his nickname successfully.
onNotice(String, IRCUser, String) - Method in class org.schwering.irc.lib.IRCEventAdapter
Fired when somebody sends a NOTICE to a user or a group.
onNotice(String, IRCUser, String) - Method in interface org.schwering.irc.lib.IRCEventListener
Fired when somebody sends a NOTICE to a user or a group.
onPart(String, IRCUser, String) - Method in class org.schwering.irc.lib.IRCEventAdapter
Fired when somebody parts from a channel.
onPart(String, IRCUser, String) - Method in interface org.schwering.irc.lib.IRCEventListener
Fired when somebody parts from a channel.
onPing(String) - Method in class org.schwering.irc.lib.IRCEventAdapter
Fired when a PING comes in.
onPing(String) - Method in interface org.schwering.irc.lib.IRCEventListener
Fired when a PING comes in.
onPrivmsg(String, IRCUser, String) - Method in class org.schwering.irc.lib.IRCEventAdapter
Fired when a user sends a PRIVMSG to a user or to a group.
onPrivmsg(String, IRCUser, String) - Method in interface org.schwering.irc.lib.IRCEventListener
Fired when a user sends a PRIVMSG to a user or to a group.
onQuit(IRCUser, String) - Method in class org.schwering.irc.lib.IRCEventAdapter
Fired when somebody quits from the network.
onQuit(IRCUser, String) - Method in interface org.schwering.irc.lib.IRCEventListener
Fired when somebody quits from the network.
onRegistered() - Method in class org.schwering.irc.lib.IRCEventAdapter
Fired when the own connection is successfully established.
onRegistered() - Method in interface org.schwering.irc.lib.IRCEventListener
Fired when the own connection is successfully established.
onReply(int, String, String) - Method in class org.schwering.irc.lib.IRCEventAdapter
Fired when a numeric reply is received.
onReply(int, String, String) - Method in interface org.schwering.irc.lib.IRCEventListener
Fired when a numeric reply is received.
onTopic(String, IRCUser, String) - Method in class org.schwering.irc.lib.IRCEventAdapter
Fired when the topic is changed by operators.
onTopic(String, IRCUser, String) - Method in interface org.schwering.irc.lib.IRCEventListener
Fired when the topic is changed by operators.
org.schwering.irc.lib - package org.schwering.irc.lib
IRClib is a library for the client-side of IRC (Internet Relay Chat) connections.
org.schwering.irc.lib.ssl - package org.schwering.irc.lib.ssl
Provides support for secure IRC connections.

A B C D E G I O P R S T U