public interface FileWatcherService
| Modifier and Type | Method and Description |
|---|---|
void |
addWatcher(File file,
Runnable callback)
Registers a file for updates.
|
void |
removeWatcher(File file,
Runnable callback)
Unregisters a file for updates.
|
Copyright © 2010–2014. All rights reserved.