clickDetector.offlineFuncs
Class ReDoClickId

java.lang.Object
  extended by clickDetector.offlineFuncs.ReDoClickId
All Implemented Interfaces:
OfflineReProcess

public class ReDoClickId
extends java.lang.Object
implements OfflineReProcess


Field Summary
private  ClickControl clickControl
           
 
Constructor Summary
ReDoClickId(ClickControl clickControl)
           
 
Method Summary
 java.lang.String getName()
           
 void getReady()
           
 void processClick()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

clickControl

private ClickControl clickControl
Constructor Detail

ReDoClickId

public ReDoClickId(ClickControl clickControl)
Method Detail

getName

public java.lang.String getName()
Specified by:
getName in interface OfflineReProcess

getReady

public void getReady()
Specified by:
getReady in interface OfflineReProcess

processClick

public void processClick()
Specified by:
processClick in interface OfflineReProcess