com.ibm.jtopenlite.ddm
Class DDMCallbackEvent
- java.lang.Object
-
- com.ibm.jtopenlite.ddm.DDMCallbackEvent
-
public class DDMCallbackEvent extends java.lang.Object
Contains a reference to the file that generated the event.
-
-
Field Summary
Fields Modifier and Type Field and Description static int
EVENT_READ
static int
EVENT_UPDATE
static int
EVENT_WRITE
-
Method Summary
Methods Modifier and Type Method and Description int
getEventType()
Returns the type of event.DDMFile
getFile()
-
-
-
Field Detail
-
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
-
-
Method Detail
-
getEventType
public int getEventType()
-
getFile
public DDMFile getFile()
-
-