mixconfig.ConfigurationEvent Class Reference

Inherits javax::swing::event::ChangeEvent.

List of all members.

Public Member Functions

 ConfigurationEvent (Object a_source, String a_modifiedPath, Object a_newValue)
String getModifiedXMLPath ()
Object getNewValue ()

Private Attributes

String m_modifiedPath
Object m_newValue


Detailed Description

An event object representing a change in an attribute of a MixConfiguration object
Author:
ronin <ronin2@web.de<

Constructor & Destructor Documentation

mixconfig.ConfigurationEvent.ConfigurationEvent ( Object  a_source,
String  a_modifiedPath,
Object  a_newValue 
)

Constructs a new instance of ConfigurationEvent

Parameters:
a_source The MixConfiguration object that triggered the event
a_modifiedPath The name of the attribute that was changed
a_newValue The new value of the changed attribute

References mixconfig.ConfigurationEvent.m_modifiedPath, and mixconfig.ConfigurationEvent.m_newValue.


Member Function Documentation

String mixconfig.ConfigurationEvent.getModifiedXMLPath (  ) 

Object mixconfig.ConfigurationEvent.getNewValue (  ) 

Returns the new value of the changed attribute.

Returns:
the new value of the changed attribute

References mixconfig.ConfigurationEvent.m_newValue.

Referenced by mixconfig.panels.CascadePanel.stateChanged().


Member Data Documentation

The name of the attribute the value of which has been changed

Referenced by mixconfig.ConfigurationEvent.ConfigurationEvent(), and mixconfig.ConfigurationEvent.getModifiedXMLPath().

The new value of the changed attribute

Referenced by mixconfig.ConfigurationEvent.ConfigurationEvent(), and mixconfig.ConfigurationEvent.getNewValue().


The documentation for this class was generated from the following file:

Generated on Mon Nov 16 23:24:47 2009 for MixConfig by  doxygen 1.5.6