com.taursys.model.event
Class StructureChangeEvent

java.lang.Object
  extended byjava.util.EventObject
      extended byjavax.swing.event.ChangeEvent
          extended bycom.taursys.model.event.StructureChangeEvent
All Implemented Interfaces:
java.io.Serializable

public class StructureChangeEvent
extends javax.swing.event.ChangeEvent

StructureChangeEvent indicates that the structure of an object has changed. This may indicate that the properties of a value object have changed or are now known.

Version:
1.0
Author:
Marty Phelan
See Also:
Serialized Form

Field Summary
 
Fields inherited from class java.util.EventObject
source
 
Constructor Summary
StructureChangeEvent(java.lang.Object source)
          Constructs a new StructureChangeEvent
 
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

StructureChangeEvent

public StructureChangeEvent(java.lang.Object source)
Constructs a new StructureChangeEvent



Copyright © 2007 Martin T Phelan. All Rights Reserved.