Uses of Interface
com.dna.jopt.framework.body.event.IOptimizationEventListener
Packages that use IOptimizationEventListener
-
Uses of IOptimizationEventListener in com.dna.jopt.framework.body
Subinterfaces of IOptimizationEventListener in com.dna.jopt.framework.bodyModifier and TypeInterfaceDescriptioninterface
The interface IOptimization is the framework for the optimization run and provides methods to set the license, properties, the scheme, adding elements and start the run (sync.Classes in com.dna.jopt.framework.body that implement IOptimizationEventListenerModifier and TypeClassDescriptionclass
In theOptimization
theILicenseManager
and theIOptimizationScheme
are set, all theINode
,IResource
andProperties
are added and theIEntity
can be accessed. -
Uses of IOptimizationEventListener in com.dna.jopt.framework.body.event
Classes in com.dna.jopt.framework.body.event that implement IOptimizationEventListenerModifier and TypeClassDescriptionclass
The listener interface for receiving optimizationEvent events.Methods in com.dna.jopt.framework.body.event with parameters of type IOptimizationEventListenerModifier and TypeMethodDescriptionstatic CompletableFuture<Void>
LegacyCallbackSubscriber.subscribe
(IOptimizationEventListener listener, OptimizationEvents events, io.reactivex.rxjava3.functions.Consumer<? super Throwable> errorConsumer) Subscribe.