IBM Branch Transformation Toolkit Javadoc

com.ibm.dse.gui
Class DataChangedEvent

java.lang.Object
  extended byjava.util.EventObject
      extended bycom.ibm.dse.gui.DataChangedEvent
All Implemented Interfaces:
java.io.Serializable

public class DataChangedEvent
extends java.util.EventObject

The DataChangedEvent class represents an event that is sent by data exchangers when some data changes. It supports the DataChangedListener interface.

See Also:
Serialized Form

Field Summary
 
Fields inherited from class java.util.EventObject
source
 
Constructor Summary
DataChangedEvent(java.lang.Object source)
          This constructor creates a DataChangedEvent 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
 

Constructor Detail

DataChangedEvent

public DataChangedEvent(java.lang.Object source)
This constructor creates a DataChangedEvent object.

Parameters:
source - java.lang.Object, the event source

IBM Branch Transformation Toolkit Javadoc

(c) Copyright IBM Corporation 1998, 2005