added domain object listener for function remove events

This commit is contained in:
adamopolous 2019-11-21 14:55:29 -05:00
parent 02df944b0e
commit a682ef31ea
52 changed files with 4184 additions and 2210 deletions

View file

@ -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) {