com.ibm.jtopenlite.ddm
Class DDMCallbackEvent
java.lang.Object
com.ibm.jtopenlite.ddm.DDMCallbackEvent
public class DDMCallbackEvent
- extends Object
Contains a reference to the file that generated the event.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
EVENT_WRITE
public static final int EVENT_WRITE
- See Also:
- Constant Field Values
EVENT_UPDATE
public static final int EVENT_UPDATE
- See Also:
- Constant Field Values
EVENT_READ
public static final int EVENT_READ
- See Also:
- Constant Field Values
getEventType
public int getEventType()
- Returns the type of event.
Possible values are
EVENT_WRITE, EVENT_UPDATE, or
EVENT_READ.
getFile
public DDMFile getFile()