public abstract class AbstractChangeSupport extends Object implements DatabaseHelper.ChangeSupportable
| 限定符 | 构造器和说明 |
|---|---|
protected |
AbstractChangeSupport() |
public final void addChange(Table<?> table)
addChange 在接口中 DatabaseHelper.ChangeSupportablepublic final boolean isChange()
isChange 在接口中 DatabaseHelper.ChangeSupportablepublic final void clearChange()
clearChange 在接口中 DatabaseHelper.ChangeSupportablepublic final void notifyChange()
notifyChange 在接口中 DatabaseHelper.ChangeSupportableprotected abstract void notifyChange(Table<?>... tables)
Copyright © 2020. All rights reserved.