Class DebouncedCatchAllListener
java.lang.Object
com.inductiveautomation.ignition.client.util.gui.CatchAllListener
com.inductiveautomation.ignition.client.util.gui.DebouncedCatchAllListener
- All Implemented Interfaces:
ActionListener
,ItemListener
,PropertyChangeListener
,EventListener
,ChangeListener
,DocumentListener
-
Constructor Summary
ConstructorsConstructorDescriptionDebouncedCatchAllListener
(int delay, ActionListener listener) DebouncedCatchAllListener
(ActionListener listener) -
Method Summary
Modifier and TypeMethodDescriptionstatic void
install
(JTextComponent component, Runnable callback) protected void
onChange()
Methods inherited from class com.inductiveautomation.ignition.client.util.gui.CatchAllListener
actionPerformed, changedUpdate, create, createCoalesced, insertUpdate, itemStateChanged, propertyChange, removeUpdate, stateChanged
-
Constructor Details
-
DebouncedCatchAllListener
-
DebouncedCatchAllListener
-
-
Method Details
-
install
-
onChange
protected void onChange()- Specified by:
onChange
in classCatchAllListener
-