Uses of Interface
org.xnap.event.StateListener

Packages that use StateListener
org.xnap.event Provides interfaces and classes for common events. 
org.xnap.gui.table Provides table model and table cell renderer classes including the tree table classes. 
org.xnap.peer Provides interfaces and classes for peers. 
org.xnap.plugin.joscar   
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   
org.xnap.plugin.overnet.gui   
org.xnap.plugin.overnet.gui.action   
org.xnap.plugin.overnet.net   
org.xnap.plugin.pircbot An IRC plugin based on the PircBot library. 
org.xnap.transfer Provides interfaces and classes for transfers. 
 

Uses of StateListener in org.xnap.event
 

Methods in org.xnap.event with parameters of type StateListener
 void StateSupport.addStateListener(StateListener listener)
           
 void StateSupport.removeStateListener(StateListener listener)
           
 

Uses of StateListener in org.xnap.gui.table
 

Classes in org.xnap.gui.table that implement StateListener
 class FilteredTransferContainerTreeTableNode
           
 class FilteredTransferTableModel
          The model for the upload and download table.
 class HotlistTableModel
           
 class TransferContainerTreeTableNode
           
 class TransferTreeTableNode
          Provides a node for transfer objects that have no children.
 

Uses of StateListener in org.xnap.peer
 

Methods in org.xnap.peer with parameters of type StateListener
 void AbstractHotlistItem.addStateListener(StateListener listener)
          Adds a state listener.
 void HotlistItem.addStateListener(StateListener listener)
          Adds a state listener.
 void AbstractHotlistItem.removeStateListener(StateListener listener)
           
 void HotlistItem.removeStateListener(StateListener listener)
          Remove a state listener.
 

Uses of StateListener in org.xnap.plugin.joscar
 

Classes in org.xnap.plugin.joscar that implement StateListener
 class JOscarPeer
           
 class JOscarPlugin
          Provides a simple chat plugin for ICQ.
 class JOscarStatusPanel
           
 

Methods in org.xnap.plugin.joscar with parameters of type StateListener
 void JOscarConnection.addStateListener(StateListener listener)
           
 void JOscarPeer.addStateListener(StateListener listener)
           
 void JOscarConnection.removeStateListener(StateListener listener)
           
 void JOscarPeer.removeStateListener(StateListener listener)
           
 

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

Classes in org.xnap.plugin.opennap.gui that implement StateListener
 class OpenNapNetworkNode
           
 

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

Classes in org.xnap.plugin.opennap.net that implement StateListener
 class OpenNapDownload
          Downloads a file.
 

Methods in org.xnap.plugin.opennap.net with parameters of type StateListener
 void OpenNapServer.addStateListener(StateListener listener)
           
 void OpenNapServer.removeStateListener(StateListener listener)
           
 

Uses of StateListener in org.xnap.plugin.overnet
 

Classes in org.xnap.plugin.overnet that implement StateListener
 class OvernetPlugin
          Provides a plugin that can control an overnet core.
 

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

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

Uses of StateListener in org.xnap.plugin.overnet.gui.action
 

Classes in org.xnap.plugin.overnet.gui.action that implement StateListener
 class ConnectAction
          Connects to the overnet core.
 class DisconnectAction
           
 class DownloadLinkAction
           
 

Uses of StateListener in org.xnap.plugin.overnet.net
 

Methods in org.xnap.plugin.overnet.net with parameters of type StateListener
 void OvernetCore.addStateListener(StateListener listener)
           
 void OvernetCore.removeStateListener(StateListener listener)
           
 

Uses of StateListener in org.xnap.plugin.pircbot
 

Classes in org.xnap.plugin.pircbot that implement StateListener
 class PircBotNetworkNode
           
 class PircBotPanel
           
 

Methods in org.xnap.plugin.pircbot with parameters of type StateListener
 void PircBotServer.addStateListener(StateListener listener)
           
 void PircBotServer.removeStateListener(StateListener listener)
           
 

Uses of StateListener in org.xnap.transfer
 

Methods in org.xnap.transfer with parameters of type StateListener
 void AbstractTransfer.addStateListener(StateListener listener)
           
 void Transfer.addStateListener(StateListener l)
          Adds a status listener.
 void AbstractTransfer.removeStateListener(StateListener listener)
           
 void Transfer.removeStateListener(StateListener l)
          Remove a state listener.
 



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