T - the type of data stored in the cache.public static interface FileTreeDataViews.ObservableCache<T> extends FileTreeViews.Observable<FileTreeDataViews.Entry<T>>
| Modifier and Type | Method and Description |
|---|---|
int |
addCacheObserver(FileTreeDataViews.CacheObserver<T> observer)
Add an observer of cache events.
|
addObserver, removeObserverint addCacheObserver(FileTreeDataViews.CacheObserver<T> observer)
observer - the observer to add