IBM Branch Transformation Toolkit Javadoc

com.ibm.dse.services.landp
Class WriteEvent

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

public class WriteEvent
extends java.util.EventObject

This is the event class to support the WriteListener interface.

See Also:
Serialized Form

Field Summary
 long rrc
           
 long src
           
 
Fields inherited from class java.util.EventObject
source
 
Constructor Summary
(package private) WriteEvent(MsreLandp m, CPRB cprb)
          This constructor creates a WriteEvent 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

src

public long src

rrc

public long rrc
Constructor Detail

WriteEvent

WriteEvent(MsreLandp m,
           CPRB cprb)
This constructor creates a WriteEvent object.

Parameters:
m - MsreLandp the source of the event
cprb - CPRB the CPRB that was used

IBM Branch Transformation Toolkit Javadoc

(c) Copyright IBM Corporation 1998, 2005