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

public class DebouncedCatchAllListener extends CatchAllListener
  • Constructor Details

    • DebouncedCatchAllListener

      public DebouncedCatchAllListener(ActionListener listener)
    • DebouncedCatchAllListener

      public DebouncedCatchAllListener(int delay, ActionListener listener)
  • Method Details