Class DebouncedCatchAllListener

  • All Implemented Interfaces:
    java.awt.event.ActionListener, java.awt.event.ItemListener, java.beans.PropertyChangeListener, java.util.EventListener, javax.swing.event.ChangeListener, javax.swing.event.DocumentListener

    public class DebouncedCatchAllListener
    extends CatchAllListener
    • Constructor Detail

      • DebouncedCatchAllListener

        public DebouncedCatchAllListener​(java.awt.event.ActionListener listener)
      • DebouncedCatchAllListener

        public DebouncedCatchAllListener​(int delay,
                                         java.awt.event.ActionListener listener)
    • Method Detail

      • install

        public static void install​(javax.swing.text.JTextComponent component,
                                   java.lang.Runnable callback)