Package db
Interface DBFileListener
-
public interface DBFileListener
DBFileListener
facilitates listener notification when new database versions are created.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
versionCreated(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
-
-
-