Class FileEventObject
java.lang.Object
com.ibm.java.diagnostics.healthcenter.api.io.impl.FileEventObject
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
FileEventObject
-
-
Method Details
-
getEventTime
public long getEventTime()- Specified by:
getEventTimein interfaceBaseEvent- Returns:
- the time the event took place in milliseconds since epoch
-
getFileName
- Specified by:
getFileNamein interfaceFileEvent- Returns:
- The name of the file triggering the event
-
getEventType
public int getEventType()- Specified by:
getEventTypein interfaceFileEvent- Returns:
- An int representing the type of the event 0 - File was opened 1 - File was closed
-