Package-level declarations

Types

Link copied to clipboard
public final class DirectoryEvent

Information class for events regarding directories

Link copied to clipboard
public interface DirectoryEventAdapter implements DirectoryEventListener

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

Link copied to clipboard
public interface DirectoryEventListener

Interface to listen to directory events. The implementation must handle the different kind of events.

Link copied to clipboard
public final class FileEvent
Link copied to clipboard
public interface FileEventAdapter implements FileEventListener

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

Link copied to clipboard
public interface FileEventListener

Interface to listen to file events. The implementation must handle the different kind of events.

Link copied to clipboard
public enum IOAction extends Enum<IOAction>

Enumeration of possible events that affect directories or files