Interface HistoryLoader


  • public interface HistoryLoader
    Created by colby.clegg on 8/12/2015.
    • Method Detail

      • startReading

        void startReading()
                   throws java.lang.Exception
        Throws:
        java.lang.Exception
      • endReading

        void endReading()
      • hasMore

        boolean hasMore()
      • nextTime

        long nextTime()
      • processData

        long processData()
                  throws java.lang.Exception
        Throws:
        java.lang.Exception