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

Constructor Index

 o SystemValueEvent(Object, Object, Object)
Constructs a new SystemValueEvent object.

Method Index

 o getNewValue()
Returns the new value of the system value.
 o getOldValue()
Returns the old value of the system value.

Constructors

 o 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.

Methods

 o getNewValue
 public Object getNewValue()
Returns the new value of the system value.

Returns:
The new value of the system value.
 o 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