com.ibm.jtopenlite.ddm
Class DDMCallbackEvent

java.lang.Object
  extended by com.ibm.jtopenlite.ddm.DDMCallbackEvent

public class DDMCallbackEvent
extends Object

Contains a reference to the file that generated the event.


Field Summary
static int EVENT_READ
           
static int EVENT_UPDATE
           
static int EVENT_WRITE
           
 
Method Summary
 int getEventType()
          Returns the type of event.
 DDMFile getFile()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

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()
Returns the type of event. Possible values are EVENT_WRITE, EVENT_UPDATE, or EVENT_READ.


getFile

public DDMFile getFile()