|
IBM Branch Transformation Toolkit Javadoc | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.util.EventObject
com.ibm.dse.services.landp.ReadEvent
This is the event class to support the ReadListener interface.
Field Summary | |
---|---|
java.lang.String |
data
|
long |
rrc
|
long |
src
|
Fields inherited from class java.util.EventObject |
---|
source |
Constructor Summary | |
---|---|
(package private) |
ReadEvent(MsreLandp m,
java.lang.String s,
CPRB cprb)
This constructor creates a ReadEvent object. |
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 |
public java.lang.String data
public long src
public long rrc
Constructor Detail |
ReadEvent(MsreLandp m, java.lang.String s, CPRB cprb)
m
- MsreLand - the source of the events
- String - the data that was readcprb
- CPRB - the CPRB used for the read operation
|
IBM Branch Transformation Toolkit Javadoc | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |