public class SystemValueEvent
extends java.util.EventObject
SystemValueListener
,
Serialized FormConstructor and Description |
---|
SystemValueEvent(java.lang.Object source,
java.lang.Object newValue,
java.lang.Object oldValue)
Constructs a new SystemValueEvent object.
|
Modifier and Type | Method and Description |
---|---|
java.lang.Object |
getNewValue()
Returns the new value of the system value.
|
java.lang.Object |
getOldValue()
Returns the old value of the system value.
|