Package ghidra.trace.util
Interface TypedEventDispatcher.SpaceValuesHandler<U>
- All Superinterfaces:
TypedEventDispatcher.EventRecordHandler<Void,U>
- Enclosing class:
TypedEventDispatcher
public static interface TypedEventDispatcher.SpaceValuesHandler<U>
extends TypedEventDispatcher.EventRecordHandler<Void,U>
-
Method Summary
Modifier and TypeMethodDescriptionvoidhandle(AddressSpace space, U oldValue, U newValue) default voidhandle(TraceChangeRecord<Void, U> record)
-
Method Details
-
handle
-
handle
- Specified by:
handlein interfaceTypedEventDispatcher.EventRecordHandler<Void,U>
-