IBM Branch Transformation Toolkit Javadoc

com.ibm.dse.services.landp
Class ReadEvent

java.lang.Object
  extended byjava.util.EventObject
      extended bycom.ibm.dse.services.landp.ReadEvent
All Implemented Interfaces:
java.io.Serializable

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
 
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

data

public java.lang.String data

src

public long src

rrc

public long rrc
Constructor Detail

ReadEvent

ReadEvent(MsreLandp m,
          java.lang.String s,
          CPRB cprb)
This constructor creates a ReadEvent object.

Parameters:
m - MsreLand - the source of the event
s - String - the data that was read
cprb - CPRB - the CPRB used for the read operation

IBM Branch Transformation Toolkit Javadoc

(c) Copyright IBM Corporation 1998, 2005