Package ghidra.framework.model
Interface DomainObjectClosedListener
-
public interface DomainObjectClosedListener
An interface that allows for a callback when aDomainObject
is closed.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
domainObjectClosed()
-