 |
Crossfire JXClient, Trunk
|
Go to the documentation of this file.
23 package com.realtime.crossfire.jxclient.settings.options;
26 import org.jetbrains.annotations.NotNull;
46 listener.stateChanged();
void removeOptionListener(@NotNull final OptionListener listener)
Removes a listener for state changes.
boolean inhibitSave()
Returns whether the option should not be saved.
A list of event listeners.
void addOptionListener(@NotNull final OptionListener listener)
Adds a listener for state changes.
void fireStateChangedEvent()
Notifies all listeners that the state has changed.
The base class for all options.
Interface for listeners for attribute changes of Options.
final EventListenerList2< OptionListener > listeners
The listeners to be notified.