Uses of Interface
org.xnap.event.StatusListener

Packages that use StatusListener
org.xnap.gui Provides interfaces and classes for the graphical user interface. 
org.xnap.io Provides common io related utility classes, support classes to access file meta information and a global file repository. 
org.xnap.plugin.gift.gui   
org.xnap.plugin.joscar   
org.xnap.plugin.limewire   
org.xnap.plugin.openantivirus   
org.xnap.plugin.opennap.gui   
org.xnap.plugin.opennap.net Provides the OpenNap network communication classes for search, transfer and chat. 
org.xnap.plugin.overnet.gui   
org.xnap.search Provides interfaces and classes that enable searching for files. 
 

Uses of StatusListener in org.xnap.gui
 

Classes in org.xnap.gui that implement StatusListener
 class PresenceStatusPanel
           
 class SearchResultPanel
          This class provides a panel with a JTreeTable that displays search results.
 class SearchResultTreePanel
           
 class StatusPanel
          Provides a little panel that can dock into the status bar.
 class TransferStatusPanel
           
 

Uses of StatusListener in org.xnap.io
 

Methods in org.xnap.io with parameters of type StatusListener
 void Library.setStatusListener(StatusListener newValue)
           
 

Uses of StatusListener in org.xnap.plugin.gift.gui
 

Classes in org.xnap.plugin.gift.gui that implement StatusListener
 class GiFTStatusPanel
           
 

Uses of StatusListener in org.xnap.plugin.joscar
 

Classes in org.xnap.plugin.joscar that implement StatusListener
 class JOscarStatusPanel
           
 

Uses of StatusListener in org.xnap.plugin.limewire
 

Classes in org.xnap.plugin.limewire that implement StatusListener
 class LimeWireStatusPanel
           
 

Uses of StatusListener in org.xnap.plugin.openantivirus
 

Classes in org.xnap.plugin.openantivirus that implement StatusListener
 class OAVPanel
           
 

Uses of StatusListener in org.xnap.plugin.opennap.gui
 

Classes in org.xnap.plugin.opennap.gui that implement StatusListener
 class OpenNapServerPanel
          This class provides a JTreeTable that contains a list of OpenNapServer objects that are grouped by network.
 class OpenNapStatusPanel
           
 

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

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

Uses of StatusListener in org.xnap.plugin.overnet.gui
 

Classes in org.xnap.plugin.overnet.gui that implement StatusListener
 class OvernetStatusPanel
          Overnet's status panel displaying the state of its connection to the core.
 

Uses of StatusListener in org.xnap.search
 

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



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