Package com.db4o.defragment
Interface DefragmentListener
-
public interface DefragmentListener
Listener for defragmentation process messages.- See Also:
Defragment
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
notifyDefragmentInfo(DefragmentInfo info)
This method will be called when the defragment process encounters file layout anomalies during the defragmentation process.
-
-
-
Method Detail
-
notifyDefragmentInfo
void notifyDefragmentInfo(DefragmentInfo info)
This method will be called when the defragment process encounters file layout anomalies during the defragmentation process.- Parameters:
info
- The message from the defragmentation process.
-
-