gov.nih.nlm.swing
Class DataChangeEvent

java.lang.Object
  extended byjava.util.EventObject
      extended bygov.nih.nlm.swing.DataChangeEvent
All Implemented Interfaces:
Serializable

public class DataChangeEvent
extends EventObject

Generically represents an event that indicates a change in the underlying data structure of some component.

Author:
Brian Carsen
See Also:
Serialized Form

Field Summary
 
Fields inherited from class java.util.EventObject
source
 
Constructor Summary
DataChangeEvent(Object source)
          Instantiates a DataChangeEvent specified source 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

DataChangeEvent

public DataChangeEvent(Object source)
Instantiates a DataChangeEvent specified source object.

Parameters:
source - the source of the event


Copyright ©2005