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 |
MixConfiguration
object
mixconfig.ConfigurationEvent.ConfigurationEvent | ( | Object | a_source, | |
String | a_modifiedPath, | |||
Object | a_newValue | |||
) |
Constructs a new instance of ConfigurationEvent
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.
String mixconfig.ConfigurationEvent.getModifiedXMLPath | ( | ) |
Returns the name of the changed attribute.
References mixconfig.ConfigurationEvent.m_modifiedPath.
Referenced by mixconfig.panels.TermsAndConditionsPanel.stateChanged(), mixconfig.panels.PriceCertPanel.stateChanged(), mixconfig.panels.PreviousMixPanel.stateChanged(), mixconfig.panels.PaymentPanel.stateChanged(), mixconfig.panels.OwnCertificatesPanel.stateChanged(), mixconfig.panels.NextMixProxyPanel.stateChanged(), mixconfig.panels.GeneralPanel.stateChanged(), mixconfig.panels.CascadePanel.stateChanged(), and mixconfig.panels.AdvancedPanel.stateChanged().
Object mixconfig.ConfigurationEvent.getNewValue | ( | ) |
Returns the new value of the changed attribute.
References mixconfig.ConfigurationEvent.m_newValue.
Referenced by mixconfig.panels.CascadePanel.stateChanged().
String mixconfig.ConfigurationEvent.m_modifiedPath [private] |
The name of the attribute the value of which has been changed
Referenced by mixconfig.ConfigurationEvent.ConfigurationEvent(), and mixconfig.ConfigurationEvent.getModifiedXMLPath().
Object mixconfig.ConfigurationEvent.m_newValue [private] |
The new value of the changed attribute
Referenced by mixconfig.ConfigurationEvent.ConfigurationEvent(), and mixconfig.ConfigurationEvent.getNewValue().