Package ghidra.app.services
Interface BlockModelServiceListener
public interface BlockModelServiceListener
Listener interface for BlockModelService.
-
Method Summary
Modifier and TypeMethodDescriptionvoid
modelAdded
(String modeName, int modelType) Provides notification when a model is added.void
modelRemoved
(String modeName, int modelType) Provides notifiication when a model is removed.
-
Method Details
-
modelAdded
Provides notification when a model is added.- Parameters:
modeName
- name of the block model that was addedmodelType
- type of block model that was added
-
modelRemoved
Provides notifiication when a model is removed.- Parameters:
modeName
- name of the block model that was removedmodelType
- type of block model that was removed
-