Interface Sweeper

All Known Implementing Classes:
TimeSweeper

public interface Sweeper
interface called by the janitor
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    return true if you want sweep to be executed
    boolean
    sweeping is called by the janitor - timing is set in the janitor
  • Method Details

    • sweep

      boolean sweep()
      sweeping is called by the janitor - timing is set in the janitor
      Returns:
      true if all went well
    • needSweep

      boolean needSweep()
      return true if you want sweep to be executed
      Returns: