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 Link icon

    • getName Link icon

      String getName()
    • getReady Link icon

      void getReady()
    • processClick Link icon

      void processClick()