Uses of Interface
net.ssehub.easy.producer.core.mgmt.IProductLineProjectListener
-
Packages that use IProductLineProjectListener 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 This package contains the editor for configuring the product line.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 IProductLineProjectListener in net.ssehub.easy.producer.core.mgmt
Fields in net.ssehub.easy.producer.core.mgmt with type parameters of type IProductLineProjectListener Modifier and Type Field Description private java.util.List<IProductLineProjectListener>PLPInfo. plpListenersMethods in net.ssehub.easy.producer.core.mgmt with parameters of type IProductLineProjectListener Modifier and Type Method Description voidPLPInfo. register(IProductLineProjectListener listener)Registers a newIProductLineProjectListenerto this project.voidPLPInfo. unregister(IProductLineProjectListener listener)Unregisters aIProductLineProjectListenerfrom this project. -
Uses of IProductLineProjectListener in net.ssehub.easy.producer.ui.productline_editor
Classes in net.ssehub.easy.producer.ui.productline_editor that implement IProductLineProjectListener Modifier and Type Class Description classEditorMultipage editor for editing and configuring one product line project. -
Uses of IProductLineProjectListener in net.ssehub.easy.producer.ui.productline_editor.configuration
Classes in net.ssehub.easy.producer.ui.productline_editor.configuration that implement IProductLineProjectListener 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.
-