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

Quick Search    Search Deep

Uses of Class
com.synaptics.elvis.ElvisRequest

Uses of ElvisRequest in com.synaptics.elvis
 

Fields in com.synaptics.elvis declared as ElvisRequest
static ElvisRequest ElvisRequest.PING
          PING is basically a request to see if the other Elvis is there.
static ElvisRequest ElvisRequest.PERFORM
          PERFORM is a request to invoke the default ElvisHandler for this program.
 

Methods in com.synaptics.elvis with parameters of type ElvisRequest
 ElvisMessage ElvisMessageFactory.newMessage(ElvisRequest request, java.lang.String data)
          Create a new message corresponding to the given request, with the specified data field.