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