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