diva.compat.util
Class SemanticObjectChangeEvent

java.lang.Object
  extended by java.util.EventObject
      extended by diva.compat.util.SemanticObjectChangeEvent
All Implemented Interfaces:
Serializable

public class SemanticObjectChangeEvent
extends EventObject

An event that can be used to communicate when the semantic object changes in a SemanticObjectContainer.

Version:
$Revision: 1.1 $
Author:
Michael Shilman (michaels@eecs.berkeley.edu)
See Also:
SemanticObjectContainer, Serialized Form

Field Summary
 
Fields inherited from class java.util.EventObject
source
 
Constructor Summary
SemanticObjectChangeEvent(Object source, Object oldValue)
          Construct a GraphEvent with the given source and previous value.
 
Method Summary
 Object getOldValue()
          Return the old value of the semantic 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

SemanticObjectChangeEvent

public SemanticObjectChangeEvent(Object source,
                                 Object oldValue)
Construct a GraphEvent with the given source and previous value.

Method Detail

getOldValue

public Object getOldValue()
Return the old value of the semantic object.



Copyright © 2015 Central Laboratory of the Research Councils. All Rights Reserved.