com.ibm.java.diagnostics.healthcenter.api.io

Interface FileEvent

  • All Superinterfaces:
    BaseEvent


    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 Detail

      • getFileName

        java.lang.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
© Copyright 2012, 2016 IBM Corporation.