All Packages Class Hierarchy This Package Previous Next Index
Class com.ibm.as400.access.SystemValueEvent
java.lang.Object
|
+----java.util.EventObject
|
+----com.ibm.as400.access.SystemValueEvent
- public class SystemValueEvent
- extends EventObject
The SystemValueEvent class represents a system value event.
- See Also:
- SystemValueListener
-
SystemValueEvent(Object, Object, Object)
- Constructs a new SystemValueEvent object.
-
getNewValue()
- Returns the new value of the system value.
-
getOldValue()
- Returns the old value of the system value.
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.
All Packages Class Hierarchy This Package Previous Next Index