public interface FileObserver
Assets for changes.| Modifier and Type | Method and Description |
|---|---|
void |
start()
The method starts a FileObserver object for monitoring files for changes.
|
void |
stop()
The method stops a FileObserver object for monitoring files for changes.
|
void start()
throws java.io.IOException
java.io.IOException - if an error occurs initialising the observervoid stop()
throws java.io.IOException,
java.lang.InterruptedException
java.io.IOException - if an error occurs stopping the observerjava.lang.InterruptedException - if the action is interrupted by another event on the observer