public static interface CompareDir.Listener
| Modifier and Type | Method and Description |
|---|---|
boolean |
createObject(String path,
CompareDirEntry curVal) |
boolean |
deleteObject(String path,
CompareDirEntry lastVal) |
boolean |
finish(TreeMap<String,CompareDirEntry> pCurrent,
TreeMap<String,CompareDirEntry> pLast) |
void |
start(TreeMap<String,CompareDirEntry> pCurrent,
TreeMap<String,CompareDirEntry> pLast) |
boolean |
updateObject(String path,
CompareDirEntry curVal,
CompareDirEntry lastVal) |
void start(TreeMap<String,CompareDirEntry> pCurrent, TreeMap<String,CompareDirEntry> pLast)
boolean finish(TreeMap<String,CompareDirEntry> pCurrent, TreeMap<String,CompareDirEntry> pLast)
boolean updateObject(String path, CompareDirEntry curVal, CompareDirEntry lastVal)
boolean createObject(String path, CompareDirEntry curVal)
boolean deleteObject(String path, CompareDirEntry lastVal)
Copyright © 2016. All Rights Reserved.