Package ghidra.app.services
Interface DebuggerTraceManagerService.BooleanChangeAdapter
- All Superinterfaces:
TriConsumer<Boolean,Boolean, Void>
- Enclosing interface:
DebuggerTraceManagerService
public static interface DebuggerTraceManagerService.BooleanChangeAdapter
extends TriConsumer<Boolean,Boolean,Void>
An adapter that works nicely with an
AsyncReference
TODO: Seems this is still leaking an implementation detail
-
Method Summary
-
Method Details
-
accept
Description copied from interface:TriConsumerPerforms this operation on the given arguments.- Specified by:
acceptin interfaceTriConsumer<Boolean,Boolean, Void> - Parameters:
oldVal- the first input argumentnewVal- the second input argumentcause- the third input argument
-
changed
The value has changed- Parameters:
value- the new value
-