Package org.openjump.swing.listener
Class ValueChangeEvent
- java.lang.Object
-
- java.util.EventObject
-
- org.openjump.swing.listener.ValueChangeEvent
-
- All Implemented Interfaces:
Serializable
public class ValueChangeEvent extends EventObject
- See Also:
- Serialized Form
-
-
Field Summary
-
Fields inherited from class java.util.EventObject
source
-
-
Constructor Summary
Constructors Constructor Description ValueChangeEvent(Object source, Object value)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Object
getValue()
-
Methods inherited from class java.util.EventObject
getSource, toString
-
-