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