Directory Event Listener

public interface DirectoryEventListener

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

Functions

Link copied to clipboard
public abstract Unit handle(DirectoryEvent directoryEvent)

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

Inheritors

Link copied to clipboard