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