diva.compat.util
Class UserObjectChangeEvent
java.lang.Object
java.util.EventObject
diva.compat.util.UserObjectChangeEvent
- All Implemented Interfaces:
- Serializable
public class UserObjectChangeEvent
- extends EventObject
An event that can be used to communicate when the user object
changes in a UserObjectContainer.
- Version:
- $Revision: 1.1 $
- Author:
- Michael Shilman (michaels@eecs.berkeley.edu)
- See Also:
UserObjectContainer
,
Serialized Form
UserObjectChangeEvent
public UserObjectChangeEvent(Object source,
Object oldValue)
- Construct a GraphEvent with the given
source and previous value.
getOldValue
public Object getOldValue()
- Return the old value of the user object.
Copyright © 2015 Central Laboratory of the Research Councils. All Rights Reserved.