Directory
Event
Adapter
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
Functions
Link copied to clipboard
Handles any directory event from the source the listener is registered at.
Link copied to clipboard
Handles create events from the source the listener is registered at.
Link copied to clipboard
Handles delete events from the source the listener is registered at.
Link copied to clipboard
Handles modify events from the source the listener is registered at.