com.ibm.as400.access
Class SystemValueEvent

java.lang.Object
  extended byjava.util.EventObject
      extended bycom.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

Field Summary
 
Fields inherited from class java.util.EventObject
source
 
Constructor Summary
SystemValueEvent(Object source, Object newValue, Object oldValue)
          Constructs a new SystemValueEvent object.
 
Method Summary
 Object getNewValue()
          Returns the new value of the system value.
 Object getOldValue()
          Returns the old value of the system value.
 
Methods inherited from class java.util.EventObject
getSource, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

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.
Method Detail

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.