Interface FileEvent

All Superinterfaces:
BaseEvent
All Known Implementing Classes:
FileEventObject

public interface FileEvent extends BaseEvent
This class defines the values returned when a file event takes place and is used by the FileEventListener interface
  • Method Details

    • getFileName

      String getFileName()
      Returns:
      The name of the file triggering the event
    • getEventType

      int getEventType()
      Returns:
      An int representing the type of the event 0 - File was opened 1 - File was closed