Interface FileEvent
- All Superinterfaces:
BaseEvent
- All Known Implementing Classes:
FileEventObject
This class defines the values returned when a file event takes place and is
used by the FileEventListener interface
-
Method Summary
Methods inherited from interface com.ibm.java.diagnostics.healthcenter.api.BaseEvent
getEventTime
-
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
-