clickDetector.offlineFuncs
Interface OfflineReProcess

All Known Implementing Classes:
ReDoClickId

public interface OfflineReProcess

Processes that run offline. Will be passed one click at a time, but may be able to do other things that use the history of all clicks too.

Something else will work out if this gets called for clicks in one file or in multiple files.

Author:
Doug Gillespie

Method Summary
 java.lang.String getName()
           
 void getReady()
           
 void processClick()
           
 

Method Detail

getName

java.lang.String getName()

getReady

void getReady()

processClick

void processClick()