Package ghidra.app.util
Interface DomainObjectService
-
public interface DomainObjectServiceSimple interface for getting a DomainObject. This is used to delay the opening of a domainObject until it is needed.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DomainObjectgetDomainObject()
-
-
-
Method Detail
-
getDomainObject
DomainObject getDomainObject()
-
-