Package ghidra.framework.model
Interface DomainObjectClosedListener
- All Known Implementing Classes:
MemorySearchProvider
public interface DomainObjectClosedListener
An interface that allows for a callback when a
DomainObject
is closed.-
Method Summary
Modifier and TypeMethodDescriptionvoid
Callback indicating that the specifiedDomainObject
has been closed.
-
Method Details
-
domainObjectClosed
Callback indicating that the specifiedDomainObject
has been closed.- Parameters:
dobj
- domain object
-