gov.noaa.pmel.sgt
Class AttributeChangeEvent

java.lang.Object
  |
  +--java.util.EventObject
        |
        +--java.beans.PropertyChangeEvent
              |
              +--gov.noaa.pmel.sgt.AttributeChangeEvent
All Implemented Interfaces:
java.io.Serializable

public class AttributeChangeEvent
extends java.beans.PropertyChangeEvent

A class for wrapping local and remote property change events for attributes.

Since:
3.0
Version:
$Revision: 1.3 $
Author:
Donald Denbo
See Also:
Serialized Form

Constructor Summary
AttributeChangeEvent(java.lang.Object source, java.lang.String propertyName, java.lang.Object oldValue, java.lang.Object newValue)
           
AttributeChangeEvent(java.lang.Object source, java.lang.String propertyName, java.lang.Object oldValue, java.lang.Object newValue, boolean local)
           
 
Method Summary
 boolean isLocal()
           
 
Methods inherited from class java.beans.PropertyChangeEvent
getNewValue, getOldValue, getPropagationId, getPropertyName, setPropagationId
 
Methods inherited from class java.util.EventObject
getSource, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

AttributeChangeEvent

public AttributeChangeEvent(java.lang.Object source,
                            java.lang.String propertyName,
                            java.lang.Object oldValue,
                            java.lang.Object newValue)

AttributeChangeEvent

public AttributeChangeEvent(java.lang.Object source,
                            java.lang.String propertyName,
                            java.lang.Object oldValue,
                            java.lang.Object newValue,
                            boolean local)
Method Detail

isLocal

public boolean isLocal()


Send comments about the Scientific Graphics toolkit to Donald.W.Denbo@noaa.gov. For more information about Java Development in the EPIC Group see the EPIC Software Page
Generated on October 9 2003