Uses of Interface
org.xnap.plugin.opennap.net.msg.ExceptionListener

Packages that use ExceptionListener
org.xnap.plugin.opennap.command   
org.xnap.plugin.opennap.net Provides the OpenNap network communication classes for search, transfer and chat. 
org.xnap.plugin.opennap.net.msg.client Provides the classes for messages sent by OpenNap clients like XNap. 
 

Uses of ExceptionListener in org.xnap.plugin.opennap.command
 

Subinterfaces of ExceptionListener in org.xnap.plugin.opennap.command
 interface OpenNapConsole
          Manages a list of channels.
 

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

Classes in org.xnap.plugin.opennap.net that implement ExceptionListener
 class OpenNapAbstractChannel
          Manages a list of channels.
 class OpenNapBrowse
          Implements an OpenNap search on set of servers.
 class OpenNapChannel
          Represents a single channel on a server.
 class OpenNapDirectBrowse
           
 class OpenNapDirectBrowseUpload
           
 class OpenNapDownload
          Downloads a file.
 class OpenNapSearch
          Implements an OpenNap search on a set of servers.
 class OpenNapServerManager.PostLoginRunner
           
 class OpenNapUpload
           
 class PrivateOpenNapChannel
          Manages a list of channels.
 

Uses of ExceptionListener in org.xnap.plugin.opennap.net.msg.client
 

Fields in org.xnap.plugin.opennap.net.msg.client declared as ExceptionListener
 ExceptionListener ClientMessage.listener
           
 

Methods in org.xnap.plugin.opennap.net.msg.client that return ExceptionListener
 ExceptionListener ClientMessage.getExceptionListener()
           
 

Methods in org.xnap.plugin.opennap.net.msg.client with parameters of type ExceptionListener
 void ClientMessage.setExceptionListener(ExceptionListener newValue)
           
 



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