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 Details

    • getName

      String getName()
    • getReady

      void getReady()
    • processClick

      void processClick()