Uses of Interface
org.sqlite.SQLiteUpdateListener
-
Packages that use SQLiteUpdateListener Package Description org.sqlite org.sqlite.core -
-
Uses of SQLiteUpdateListener in org.sqlite
Methods in org.sqlite with parameters of type SQLiteUpdateListener Modifier and Type Method Description voidSQLiteConnection. addUpdateListener(SQLiteUpdateListener listener)Add a listener for DB update events, see https://www.sqlite.org/c3ref/update_hook.htmlvoidSQLiteConnection. removeUpdateListener(SQLiteUpdateListener listener)Remove a listener registered for DB update events. -
Uses of SQLiteUpdateListener in org.sqlite.core
Methods in org.sqlite.core with parameters of type SQLiteUpdateListener Modifier and Type Method Description voidDB. addUpdateListener(SQLiteUpdateListener listener)voidDB. removeUpdateListener(SQLiteUpdateListener listener)
-