Uses of Interface
io.roastedroot.sqlite4j.SQLiteUpdateListener
-
Packages that use SQLiteUpdateListener Package Description io.roastedroot.sqlite4j io.roastedroot.sqlite4j.core -
-
Uses of SQLiteUpdateListener in io.roastedroot.sqlite4j
Methods in io.roastedroot.sqlite4j 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 io.roastedroot.sqlite4j.core
Fields in io.roastedroot.sqlite4j.core with type parameters of type SQLiteUpdateListener Modifier and Type Field Description protected Set<SQLiteUpdateListener>DB. updateListenersMethods in io.roastedroot.sqlite4j.core with parameters of type SQLiteUpdateListener Modifier and Type Method Description voidDB. addUpdateListener(SQLiteUpdateListener listener)voidDB. removeUpdateListener(SQLiteUpdateListener listener)
-