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. -
-
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.
-