Interface TierEditorListener<T>
public interface TierEditorListener<T>
Listener interface for tier editors.
-
Method Summary
Modifier and TypeMethodDescriptionvoid
tierValueChanged
(Tier<T> tier, T newValue, T oldValue, boolean valueIsAdjusting) Called when the value of a tier has changed and focus has left the tier editor.
-
Method Details
-
tierValueChanged
-