FileEventListener

public interface FileEventListener

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

Functions

Link copied to clipboard
public abstract Unit handle(FileEvent fileEvent)

Handles any file event from the source the listener is registered at.

Inheritors

Link copied to clipboard