Uses of Interface
org.xnap.chat.ChannelListener

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.
 



Copyright © 2001-2005 XNap Team. All Rights Reserved.