Package io.nevernull.mobileui.ormlite
Interface OnCreateListener
-
public interface OnCreateListener
Listener that is called, if the database was newly created (e.g. when the app is installed).
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
onCreate(com.j256.ormlite.support.ConnectionSource connectionSource)
Called when the database has been newly created.
-
-
-
Method Detail
-
onCreate
void onCreate(@Nonnull com.j256.ormlite.support.ConnectionSource connectionSource)
Called when the database has been newly created.- Parameters:
connectionSource
- the OrmLite connectionSource
-
-