Class StateReporter


  • public class StateReporter
    extends Object
    TODO better name (ProgressReporter ? StatisticsReporter ? ...) Used to report state, progress and performance statistics to upper layers. Generally a Task is the place where such information are reported and collected. However, because of a complex nature of some operations (namely, search) it tries to remember the state of an operation. TODO maybe this could be simplified in the future.
    Author:
    Pavol Mederly