Package db
Interface DBFileListener
-
public interface DBFileListenerDBFileListenerfacilitates listener notification when new database versions are created.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidversionCreated(Database db, int version)A new database version has been created.
-
-
-
Method Detail
-
versionCreated
void versionCreated(Database db, int version)
A new database version has been created.- Parameters:
db-version-
-
-