Uses of Class
org.basex.server.ClientListener

Packages that use ClientListener
org.basex Main package of the project, containing all starter classes with main methods. 
org.basex.core Database core classes. 
 

Uses of ClientListener in org.basex
 

Methods in org.basex with parameters of type ClientListener
 void BaseXServer.remove(ClientListener client)
          Removes an authenticated session.
 

Uses of ClientListener in org.basex.core
 

Fields in org.basex.core declared as ClientListener
 ClientListener Context.listener
          Client listener.
 

Constructors in org.basex.core with parameters of type ClientListener
Context(Context ctx, ClientListener cl)
          Constructor, called by clients, and adopting the variables of the main process.