Class AbstractSleighAssembler.ListenerForSymbolsRefresh
java.lang.Object
ghidra.app.plugin.assembler.sleigh.AbstractSleighAssembler.ListenerForSymbolsRefresh
- All Implemented Interfaces:
DomainObjectListener
,EventListener
- Enclosing class:
AbstractSleighAssembler<RP extends AssemblyResolvedPatterns>
protected class AbstractSleighAssembler.ListenerForSymbolsRefresh
extends Object
implements DomainObjectListener
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
Method called when a change is made to the domain object.
-
Constructor Details
-
ListenerForSymbolsRefresh
protected ListenerForSymbolsRefresh()
-
-
Method Details
-
domainObjectChanged
Description copied from interface:DomainObjectListener
Method called when a change is made to the domain object.- Specified by:
domainObjectChanged
in interfaceDomainObjectListener
- Parameters:
ev
- event containing the change record and type of change that was made
-