Package-level declarations
Types
Information class for events regarding directories
This interface provides noop implementations to handle different kind of directory events. You can use this class if you want to listen to specific kinds of events without implementing the check for the type
Interface to listen to directory events. The implementation must handle the different kind of events.
This interface provides noop implementations to handle different kind of file events. You can use this class if you want to listen to specific kinds of events without implementing the check for the type
Interface to listen to file events. The implementation must handle the different kind of events.