Uses of Interface
net.ssehub.easy.producer.ui.productline_editor.IEASyPageListener
-
Packages that use IEASyPageListener Package Description net.ssehub.easy.producer.ui.productline_editor This package contains the editor for configuring the product line. -
-
Uses of IEASyPageListener in net.ssehub.easy.producer.ui.productline_editor
Classes in net.ssehub.easy.producer.ui.productline_editor that implement IEASyPageListener Modifier and Type Class Description classEditorMultipage editor for editing and configuring one product line project.Fields in net.ssehub.easy.producer.ui.productline_editor with type parameters of type IEASyPageListener Modifier and Type Field Description private java.util.List<IEASyPageListener>AbstractEASyEditorPage. pageListenersMethods in net.ssehub.easy.producer.ui.productline_editor with parameters of type IEASyPageListener Modifier and Type Method Description voidAbstractEASyEditorPage. register(IEASyPageListener listener)Registers a newIEASyPageListenerwhich will be informed when this page becomes dirty.
-