|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ChannelListener | |
---|---|
org.xnap.chat | Provides interfaces and classes for chat communication. |
org.xnap.gui | Provides interfaces and classes for the graphical user interface. |
org.xnap.plugin.festival |
Uses of ChannelListener in org.xnap.chat |
---|
Methods in org.xnap.chat with parameters of type ChannelListener | |
---|---|
void |
AbstractChannel.addChannelListener(ChannelListener l)
|
void |
Channel.addChannelListener(ChannelListener listener)
Adds listener to the channel. |
void |
ChannelSupport.addChannelListener(ChannelListener l)
|
void |
AbstractChannel.removeChannelListener(ChannelListener l)
|
void |
Channel.removeChannelListener(ChannelListener listener)
Removes listener from the channel. |
void |
ChannelSupport.removeChannelListener(ChannelListener l)
|
Uses of ChannelListener in org.xnap.gui |
---|
Classes in org.xnap.gui that implement ChannelListener | |
---|---|
class |
ChannelPanel
Provides a panel that handles a chat Channel . |
Uses of ChannelListener in org.xnap.plugin.festival |
---|
Classes in org.xnap.plugin.festival that implement ChannelListener | |
---|---|
class |
FestivalPlugin
Provides a simple text-to-speech plugin using festival. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |