Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

Uses of Interface
com.synaptics.elvis.ElvisHandler

Uses of ElvisHandler in com.synaptics.elvis
 

Classes in com.synaptics.elvis that implement ElvisHandler
 class ElvisTest.TestHandler
           
 

Fields in com.synaptics.elvis declared as ElvisHandler
private  ElvisHandler Elvis.handler
          The request handler, provided by the Elvis application
private  ElvisHandler ElvisComm.handler
          This is the Elvis handler provided by the client.
 

Methods in com.synaptics.elvis that return ElvisHandler
 ElvisHandler Elvis.getHandler()
          Returns the handler associated with this Elvis.
 ElvisHandler ElvisComm.getHandler()
          Return the ElvisHandler we are using.
 

Methods in com.synaptics.elvis with parameters of type ElvisHandler
static Elvis Elvis.get(java.lang.String program, int port, ElvisHandler handler)
          Get an instance of the specified Elvis program on the specified port.
static Elvis Elvis.get(java.lang.String program, int port, ElvisHandler handler, java.beans.PropertyChangeListener propListener)
          Get an instance of the specified Elvis program on the specified port.
 void Elvis.setHandler(ElvisHandler handler)
          Set the Handler for this Elvis.
private  void Elvis.setHandlerInternal(ElvisHandler handler)
          Internal worker that actually does the handler setting.
 void ElvisComm.setHandler(ElvisHandler handler)
          Specify a new handler for requests submitted to this Elvis.
 

Constructors in com.synaptics.elvis with parameters of type ElvisHandler
Elvis(java.lang.String program, int port, ElvisHandler handler, java.beans.PropertyChangeListener propListener)
          Creates a new Elvis.
ElvisComm(java.lang.String program, int port, ElvisHandler handler)
          Creates a new ElvisComm, using the specified program name, port number, and handler.