Package ghidra.async

Class AsyncReference.DebouncedAsyncReference<T,C>

java.lang.Object
ghidra.async.AsyncReference<T,C>
ghidra.async.AsyncReference.DebouncedAsyncReference<T,C>
Enclosing class:
AsyncReference<T,C>

protected static class AsyncReference.DebouncedAsyncReference<T,C> extends AsyncReference<T,C>
  • Constructor Details

  • Method Details

    • set

      public boolean set(T t, C cause)
      Description copied from class: AsyncReference
      Update this reference to the given value because of the given cause
      Overrides:
      set in class AsyncReference<T,C>
      Parameters:
      t - the proposed value (subject to the filter)
      cause - the cause, often null
      Returns:
      true if the value of this reference changed (post filter)