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