Package com.db4o.defragment
Interface DefragmentListener
-
public interface DefragmentListenerListener for defragmentation process messages.- See Also:
Defragment
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidnotifyDefragmentInfo(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.
-
-