- e
- The type of event which happened
- path
- The path, relative to the main monitored file or directory, of the file or directory which triggered the event
The event handler, which must be implemented by subclasses.
This method is invoked on a special FileObserver thread. It runs independently of any threads, so take care to use appropriate synchronization! Consider using Handler.Post(Java.Lang.IRunnable) to shift event handling work to the main thread to avoid concurrency problems.
Event handlers must not throw exceptions.