com.ibm.as400.access
Class SystemValueEvent
java.lang.Object
java.util.EventObject
com.ibm.as400.access.SystemValueEvent
- All Implemented Interfaces:
- Serializable
public class SystemValueEvent
extends EventObject
The SystemValueEvent class represents a system value event.
- See Also:
SystemValueListener,
Serialized Form
SystemValueEvent
public SystemValueEvent(Object source,
Object newValue,
Object oldValue)
- Constructs a new SystemValueEvent object.
- Parameters:
source - The source of the event.newValue - The new value.oldValue - The old value.
getNewValue
public Object getNewValue()
- Returns the new value of the system value.
- Returns:
- The new value of the system value.
getOldValue
public Object getOldValue()
- Returns the old value of the system value.
- Returns:
- The old value of the system value.