Package org.dashbuilder.backend
Class ExternalComponentsContentListener
- java.lang.Object
-
- org.dashbuilder.backend.ExternalComponentsContentListener
-
@ApplicationScoped public class ExternalComponentsContentListener extends Object
When a runtime model is removed then we should remove components content as well.
-
-
Constructor Summary
Constructors Constructor Description ExternalComponentsContentListener()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidonRuntimeModelRemoved(RemovedRuntimeModelEvent event)
-
-
-
Method Detail
-
onRuntimeModelRemoved
public void onRuntimeModelRemoved(@Observes RemovedRuntimeModelEvent event)
-
-