java.lang.Object
org.progeeks.meta.swing.editor.AbstractSpinnerEditor.EditorListener
- All Implemented Interfaces:
- javax.swing.event.ChangeListener, java.util.EventListener
- Enclosing class:
- AbstractSpinnerEditor
- private class AbstractSpinnerEditor.EditorListener
- extends java.lang.Object
- implements javax.swing.event.ChangeListener
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AbstractSpinnerEditor.EditorListener
private AbstractSpinnerEditor.EditorListener()
stateChanged
public void stateChanged(javax.swing.event.ChangeEvent event)
- Description copied from interface:
javax.swing.event.ChangeListener
- Called by an object to notify the listener that the object's state has
changed. The incoming
event identifies the
source of the event, allowing the listener to differentiate
when it is listening for changes in multiple sources.
- Specified by:
stateChanged in interface javax.swing.event.ChangeListener