Package ghidra.app.util
Interface DomainObjectService
-
public interface DomainObjectService
Simple 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 DomainObject
getDomainObject()
-
-
-
Method Detail
-
getDomainObject
DomainObject getDomainObject()
-
-