Uses of Interface
org.xnap.event.ListListener

Packages that use ListListener
org.xnap.chat Provides interfaces and classes for chat communication. 
org.xnap.event Provides interfaces and classes for common events. 
org.xnap.gui Provides interfaces and classes for the graphical user interface. 
org.xnap.gui.menu Provides implementations of common menus. 
org.xnap.gui.table Provides table model and table cell renderer classes including the tree table classes. 
org.xnap.gui.util Provides utility classes for common gui tasks. 
org.xnap.gui.viewer Provides interfaces and classes for viewer components. 
org.xnap.io Provides common io related utility classes, support classes to access file meta information and a global file repository. 
org.xnap.peer Provides interfaces and classes for peers. 
org.xnap.plugin.festival   
org.xnap.plugin.opennap.net Provides the OpenNap network communication classes for search, transfer and chat. 
org.xnap.search Provides interfaces and classes that enable searching for files. 
org.xnap.transfer Provides interfaces and classes for transfers. 
 

Uses of ListListener in org.xnap.chat
 

Methods in org.xnap.chat with parameters of type ListListener
 void ChatManager.addChannelListListener(ListListener listener)
           
 void ChatManager.addProviderListListener(ListListener listener)
           
 void ChatManager.removeChannelListListener(ListListener listener)
           
 void ChatManager.removeProviderListListener(ListListener listener)
           
 

Uses of ListListener in org.xnap.event
 

Methods in org.xnap.event with parameters of type ListListener
 void ListSupport.addListListener(ListListener listener)
           
 void ListSupport.removeListListener(ListListener listener)
           
 

Uses of ListListener in org.xnap.gui
 

Classes in org.xnap.gui that implement ListListener
 class ChatPanel
          Provides a CloseableTabbedPane that displays the ChatProviderPanel and a ChannelPanel for each joined channels as tabs.
 class ChatProviderPanel
           
 class SearchPanel
          This class provides a search input panel and tabbed pane that contains SearchResultPanel objects.
 

Uses of ListListener in org.xnap.gui.menu
 

Classes in org.xnap.gui.menu that implement ListListener
 class ViewerMenu
           
 

Uses of ListListener in org.xnap.gui.table
 

Classes in org.xnap.gui.table that implement ListListener
 class FilteredTransferContainerTreeTableNode
           
 class TransferContainerTreeTableNode
           
 

Uses of ListListener in org.xnap.gui.util
 

Classes in org.xnap.gui.util that implement ListListener
 class SwingSynchronizedCache
          This class caches ListEvent objects and adds them in a Swing synchronized manner to a SwingListListener.
 

Uses of ListListener in org.xnap.gui.viewer
 

Methods in org.xnap.gui.viewer with parameters of type ListListener
 void ViewerManager.addListListener(ListListener listener)
           
 void ViewerManager.removeListListener(ListListener listener)
           
 

Uses of ListListener in org.xnap.io
 

Methods in org.xnap.io with parameters of type ListListener
 void Library.addListListener(ListListener listener)
          Listener is notified when a new file is added.
 void Library.removeListListener(ListListener listener)
          Removes listener.
 

Uses of ListListener in org.xnap.peer
 

Methods in org.xnap.peer with parameters of type ListListener
 void HotlistManager.addListListener(ListListener listener)
          Listener is notified when a new item is added or removed.
 void HotlistManager.removeListListener(ListListener listener)
           
 

Uses of ListListener in org.xnap.plugin.festival
 

Classes in org.xnap.plugin.festival that implement ListListener
 class FestivalPlugin
          Provides a simple text-to-speech plugin using festival.
 

Uses of ListListener in org.xnap.plugin.opennap.net
 

Methods in org.xnap.plugin.opennap.net with parameters of type ListListener
 void OpenNapServerManager.addListListener(ListListener listener)
          listener is notified when a server is added or removed.
 void OpenNapServerManager.removeListListener(ListListener listener)
           
 

Uses of ListListener in org.xnap.search
 

Methods in org.xnap.search with parameters of type ListListener
 void SearchController.addListListener(ListListener listener)
          listener is notified when a result is received, regardless of any filters.
 void SearchManager.addListListener(ListListener listener)
          Listener is notified when a new search provider is added.
 void SearchController.removeListListener(ListListener listener)
           
 void SearchManager.removeListListener(ListListener listener)
          Listener is notified when a new search provider is removed.
 

Constructors in org.xnap.search with parameters of type ListListener
SearchController(Search search, ListListener llResults, StatusListener slStatus)
           
 

Uses of ListListener in org.xnap.transfer
 

Methods in org.xnap.transfer with parameters of type ListListener
 void AbstractDownload.addListListener(ListListener listener)
           
 void AbstractTransferManager.addListListener(ListListener listener)
           
 void TransferContainer.addListListener(ListListener listener)
          Adds listener to the list of listeners.
 void AbstractDownload.removeListListener(ListListener listener)
           
 void AbstractTransferManager.removeListListener(ListListener listener)
           
 void TransferContainer.removeListListener(ListListener listener)
          Removed listener from the list of listeners.
 



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