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 TypeInterfaceDescriptioninterfaceThe 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 TypeClassDescriptionclassIn theOptimizationtheILicenseManagerand theIOptimizationSchemeare set, all theINode,IResourceandPropertiesare added and theIEntitycan be accessed. -
Uses of IOptimizationEventListener in com.dna.jopt.framework.body.event
Classes in com.dna.jopt.framework.body.event that implement IOptimizationEventListenerModifier and TypeClassDescriptionclassThe 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.