Interface RollingPolicyDecorator.RolloverListener
-
- All Known Implementing Classes:
RolloverWatcher
- Enclosing class:
- RollingPolicyDecorator
public static interface RollingPolicyDecorator.RolloverListener
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidonNoRolloverDetected(Path baseFolder, String[] relativeFileNames)voidonRollover(Path baseFolder, String[] relativeFileNames)
-