Class SettingChangeAdapter
java.lang.Object
games.stendhal.client.gui.wt.core.SettingChangeAdapter
- All Implemented Interfaces:
SettingChangeListener
SettingChangeListener that calls changed() with the current property value,
or with the default value at creation. Note that changed() is called from
the SettingChangeAdapter constructor, so it must not rely on a fully
constructed object.
-
Constructor Summary
-
Method Summary
-
Constructor Details
-
SettingChangeAdapter
-
-
Method Details
-
changed
Description copied from interface:SettingChangeListener
Called when the watched setting changes.- Specified by:
changed
in interfaceSettingChangeListener
- Parameters:
newValue
- new value of the setting
-