类 SQLiteDatabaseHelper.ContentResolverChangeSupport
java.lang.Object
net.apexes.commons.ormlite.AbstractChangeSupport
net.apexes.commons.ormlite.SQLiteDatabaseHelper.ContentResolverChangeSupport
- 所有已实现的接口:
net.apexes.commons.ormlite.DatabaseHelper.ChangeSupportable
- 封闭类:
- SQLiteDatabaseHelper
protected class SQLiteDatabaseHelper.ContentResolverChangeSupport
extends net.apexes.commons.ormlite.AbstractChangeSupport
- 作者:
- HeDYn
-
构造器概要
构造器 -
方法概要
修饰符和类型方法说明protected voidnotifyChange(android.net.Uri uri) protected voidnotifyChange(net.apexes.commons.ormlite.Table<?>... tables) 从类继承的方法 net.apexes.commons.ormlite.AbstractChangeSupport
addChange, clearChange, isChange, notifyChange
-
构造器详细资料
-
ContentResolverChangeSupport
protected ContentResolverChangeSupport(android.content.Context context)
-
-
方法详细资料
-
notifyChange
protected void notifyChange(android.net.Uri uri) -
notifyChange
protected void notifyChange(net.apexes.commons.ormlite.Table<?>... tables) - 指定者:
notifyChange在类中net.apexes.commons.ormlite.AbstractChangeSupport
-