| com.db4o.defragment.DefragmentListener
DefragmentListener | public interface DefragmentListener (Code) | | Listener for defragmentation process messages.
See Also: Defragment |
Method Summary | |
void | notifyDefragmentInfo(DefragmentInfo info) This method will be called when the defragment process encounters
file layout anomalies during the defragmentation process. |
notifyDefragmentInfo | void notifyDefragmentInfo(DefragmentInfo info)(Code) | | 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. |
|
|