| Package | Description |
|---|---|
| org.schwering.irc.lib | |
| org.schwering.irc.lib.impl |
IRClib is a library for the client-side of IRC (Internet Relay Chat)
connections.
|
| Modifier and Type | Class and Description |
|---|---|
class |
IRCEventAdapter
A empty implementation if
IRCEventListener. |
| Modifier and Type | Method and Description |
|---|---|
void |
IRCConnection.addIRCEventListener(IRCEventListener l)
Adds a new
IRCEventListener which listens for actions coming from
the IRC server. |
boolean |
IRCConnection.removeIRCEventListener(IRCEventListener l)
Removes the first occurence of the given
IRCEventListener from
the listener-vector. |
| Modifier and Type | Method and Description |
|---|---|
void |
DefaultIRCConnection.addIRCEventListener(IRCEventListener l) |
void |
DefaultIRCConnection.addIRCEventListener(IRCEventListener l,
int i) |
boolean |
DefaultIRCConnection.removeIRCEventListener(IRCEventListener l) |
Copyright © 2006–2015. All rights reserved.