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
Constructors -
Method Summary
-
Constructor Details
-
SettingChangeAdapter
-
-
Method Details
-
changed
Description copied from interface:SettingChangeListenerCalled when the watched setting changes.- Specified by:
changedin interfaceSettingChangeListener- Parameters:
newValue- new value of the setting
-