Uses of Interface
net.ssehub.easy.producer.ui.productline_editor.IUpdateListener
-
Packages that use IUpdateListener Package Description net.ssehub.easy.producer.ui.confModel This package holds a GUI representation of the configuration with methods and additional information as needed by the Eclipse UI.net.ssehub.easy.producer.ui.productline_editor This package contains the editor for configuring the product line. -
-
Uses of IUpdateListener in net.ssehub.easy.producer.ui.confModel
Fields in net.ssehub.easy.producer.ui.confModel declared as IUpdateListener Modifier and Type Field Description private IUpdateListenerComboboxGUICellEditor. listenerprivate IUpdateListenerTextGUICellEditor. listenerMethods in net.ssehub.easy.producer.ui.confModel with parameters of type IUpdateListener Modifier and Type Method Description voidComboboxGUICellEditor. setUpdateListener(IUpdateListener listener)voidTextGUICellEditor. setUpdateListener(IUpdateListener listener) -
Uses of IUpdateListener in net.ssehub.easy.producer.ui.productline_editor
Methods in net.ssehub.easy.producer.ui.productline_editor with parameters of type IUpdateListener Modifier and Type Method Description voidIUpdateProvider. setUpdateListener(IUpdateListener listener)Defines the update listener.
-