wtanaka.praya.config
Class ConfigItemChangeEvent

java.lang.Object
  |
  +--java.util.EventObject
        |
        +--wtanaka.praya.config.ConfigItemChangeEvent
All Implemented Interfaces:
java.io.Serializable

public class ConfigItemChangeEvent
extends java.util.EventObject

The event generated when a change is made to a configuration item.

Return to Sourceforge or the Praya Homepage

Version:
$Name: $ $Date: 2001/10/03 07:34:14 $
Author:
$Author: wtanaka $
See Also:
Serialized Form

Field Summary
protected  java.lang.Object m_value
           
 
Fields inherited from class java.util.EventObject
source
 
Constructor Summary
ConfigItemChangeEvent(ConfigItem source, java.lang.Object newValue)
           
 
Method Summary
 java.lang.Object getNewValue()
           
 
Methods inherited from class java.util.EventObject
getSource, toString
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, wait, wait, wait
 

Field Detail

m_value

protected java.lang.Object m_value
Constructor Detail

ConfigItemChangeEvent

public ConfigItemChangeEvent(ConfigItem source,
                             java.lang.Object newValue)
Method Detail

getNewValue

public java.lang.Object getNewValue()