org.simulare
Class AttributeEvent

java.lang.Object
  extended byjava.util.EventObject
      extended byorg.simulare.AttributeEvent
All Implemented Interfaces:
java.io.Serializable

public class AttributeEvent
extends java.util.EventObject

Event generated when the attribute type or value changes.

See Also:
Serialized Form

Field Summary
 java.lang.Class oldClass
           
 java.lang.Object oldValue
           
 
Fields inherited from class java.util.EventObject
source
 
Constructor Summary
AttributeEvent(java.lang.Object source)
           
 
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

oldClass

public java.lang.Class oldClass

oldValue

public java.lang.Object oldValue
Constructor Detail

AttributeEvent

public AttributeEvent(java.lang.Object source)