mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2025-10-06 03:50:02 +02:00
added domain object listener for function remove events
This commit is contained in:
parent
02df944b0e
commit
a682ef31ea
52 changed files with 4184 additions and 2210 deletions
|
@ -46,7 +46,8 @@ public abstract class ComponentProviderAdapter extends ComponentProvider {
|
|||
* @param tool the plugin tool.
|
||||
* @param name The providers name. This is used to group similar providers into a tab within
|
||||
* the same window.
|
||||
* @param owner The owner of this provider, usually a plugin name.
|
||||
* @param owner The owner of this provider, usually a plugin name
|
||||
* @param contextType the type of context supported by this provider; may be null
|
||||
*/
|
||||
public ComponentProviderAdapter(PluginTool tool, String name, String owner,
|
||||
Class<?> contextType) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue