@Dependent public class ItemDefinitionHandler extends Object implements DRGElementHandler
| Constructor and Description |
|---|
ItemDefinitionHandler(ItemDefinitionUtils itemDefinitionUtils,
javax.enterprise.event.Event<RefreshDataTypesListEvent> refreshDataTypesListEvent,
PropertiesPanelNotifier panelNotifier) |
| Modifier and Type | Method and Description |
|---|---|
void |
destroy(String oldModelName)
Destroys
DRGElement when an imported model is removed. |
void |
update(String oldModelName,
String newModelName)
Updates
DRGElement when an imported model name changes. |
@Inject public ItemDefinitionHandler(ItemDefinitionUtils itemDefinitionUtils, javax.enterprise.event.Event<RefreshDataTypesListEvent> refreshDataTypesListEvent, PropertiesPanelNotifier panelNotifier)
public void update(String oldModelName, String newModelName)
DRGElementHandlerDRGElement when an imported model name changes.update in interface DRGElementHandlerpublic void destroy(String oldModelName)
DRGElementHandlerDRGElement when an imported model is removed.destroy in interface DRGElementHandlerCopyright © 2001–2021 JBoss by Red Hat. All rights reserved.