Package ghidra.async

Class AsyncDebouncer.Bypass<T>

java.lang.Object
ghidra.async.AsyncDebouncer<T>
ghidra.async.AsyncDebouncer.Bypass<T>
Enclosing class:
AsyncDebouncer<T>

public static class AsyncDebouncer.Bypass<T> extends AsyncDebouncer<T>
  • Constructor Details

    • Bypass

      public Bypass()
  • Method Details

    • contact

      public void contact(T val)
      Description copied from class: AsyncDebouncer
      Send a contact event

      This sets or resets the timer for the event window. The settled event will fire with the given value after this waiting period, unless another contact event occurs first.

      Overrides:
      contact in class AsyncDebouncer<T>
      Parameters:
      val - the new value