-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
陈浪
committed
May 24, 2020
1 parent
28bb54b
commit ea34db8
Showing
3 changed files
with
42 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
14 changes: 14 additions & 0 deletions
14
...elibrary/src/main/java/com/ellen/dhcsqlitelibrary/table/reflection/ZxyChangeListener.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
package com.ellen.dhcsqlitelibrary.table.reflection; | ||
|
||
/** | ||
* 数据变化监听 | ||
*/ | ||
public interface ZxyChangeListener { | ||
|
||
/** | ||
* 当数据变化时回调 | ||
* saveDataAndDeleteAgo此系列方法会触发两次此方法的回调,后期需要更改 | ||
* 希望后期按照增删改查进行架构的改造,让操作单元化,方便api的理解与维护更新 | ||
*/ | ||
void onDataChange(); | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters