Package ghidra.app.services
Interface BlockModelServiceListener
public interface BlockModelServiceListener
Listener interface for BlockModelService.
-
Method Summary
Modifier and TypeMethodDescriptionvoidmodelAdded(String modeName, int modelType) Provides notification when a model is added.voidmodelRemoved(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
-