diva.compat.util
Class SemanticObjectChangeEvent
java.lang.Object
java.util.EventObject
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
SemanticObjectChangeEvent
public SemanticObjectChangeEvent(Object source,
Object oldValue)
- Construct a GraphEvent with the given
source and previous value.
getOldValue
public Object getOldValue()
- Return the old value of the semantic object.
Copyright © 2015 Central Laboratory of the Research Councils. All Rights Reserved.