Package org.cip4.jdflib.util.thread
Interface Sweeper
- All Known Implementing Classes:
TimeSweeper
public interface Sweeper
interface called by the janitor
-
Method Summary
-
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:
-