com.ibm.dse.services.landp
Class ReadEvent

java.lang.Object
  |
  +--java.util.EventObject
        |
        +--com.ibm.dse.services.landp.ReadEvent

public class ReadEvent
extends java.util.EventObject

This is the event class to support the ReadListener interface.

See Also:
Serialized Form

Field Summary
 java.lang.String data
           
 long rrc
           
 long src
           
 
Fields inherited from class java.util.EventObject
source
 
Methods inherited from class java.util.EventObject
getSource, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

data

public java.lang.String data

src

public long src

rrc

public long rrc