Uses of Interface
net.ssehub.easy.producer.core.mgmt.IVilExecutionListener
-
Packages that use IVilExecutionListener Package Description net.ssehub.easy.producer.core.mgmt This package contains classes which are needed for data management, i.e.net.ssehub.easy.producer.ui.productline_editor.configuration This package holds classes for the configuration editor and super classes for similar configuration editors. -
-
Uses of IVilExecutionListener in net.ssehub.easy.producer.core.mgmt
Fields in net.ssehub.easy.producer.core.mgmt with type parameters of type IVilExecutionListener Modifier and Type Field Description private java.util.List<IVilExecutionListener>VilExecutionThread. listenersMethods in net.ssehub.easy.producer.core.mgmt with parameters of type IVilExecutionListener Modifier and Type Method Description voidVilExecutionThread. addListener(IVilExecutionListener listener)Adds a newIVilExecutionListenerto get informed when the instantiation was finished/aborted.voidPLPInfo. addVilExecutionListener(IVilExecutionListener newListener)Adds a newIVilExecutionListenerto get informed when the instantiation was finished/aborted.voidVilExecutionThread. removeListener(IVilExecutionListener listener)Removes anIVilExecutionListener.voidPLPInfo. removeVilExecutionListener(IVilExecutionListener oldListener)Removes anIVilExecutionListener. -
Uses of IVilExecutionListener in net.ssehub.easy.producer.ui.productline_editor.configuration
Classes in net.ssehub.easy.producer.ui.productline_editor.configuration that implement IVilExecutionListener Modifier and Type Class Description classConfigurationHeaderMenuHeader menu holding buttons for the product configuration editor page.
This buttons allow the user to: Validate made Decisions Transform the product This class also handles the transformator notification pop up.
-