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

Quick Search    Search Deep

com.synaptics.elvis
Class ElvisTest.TestHandler  view ElvisTest.TestHandler download ElvisTest.TestHandler.java

java.lang.Object
  extended bycom.synaptics.elvis.ElvisTest.TestHandler
All Implemented Interfaces:
ElvisHandler
Enclosing class:
ElvisTest

public class ElvisTest.TestHandler
extends java.lang.Object
implements ElvisHandler


Field Summary
private  ElvisTest parent
           
 
Constructor Summary
ElvisTest.TestHandler(ElvisTest parent)
           
 
Method Summary
 ElvisResult perform(java.lang.String data)
          The perform() method is what actually performs the work associated with this incarnation of Elvis.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

parent

private ElvisTest parent
Constructor Detail

ElvisTest.TestHandler

public ElvisTest.TestHandler(ElvisTest parent)
Method Detail

perform

public ElvisResult perform(java.lang.String data)
Description copied from interface: ElvisHandler
The perform() method is what actually performs the work associated with this incarnation of Elvis.

Specified by:
perform in interface ElvisHandler