Interface DirectoryEvent

All Superinterfaces:
DataEvent

public interface DirectoryEvent extends DataEvent
Provides information about a change to a directory.
  • Method Details

    • getChangedElements

      List<DirectoryChangeElement> getChangedElements()
      Returns a list of changes to the Directory. Each DirectoryChangeElement in the list represents an element which has been added or deleted from the directory.
      Returns:
      An Array of element changes.