Uses of Interface
com.dna.jopt.framework.codedefinition.IWarningEvent
Packages that use IWarningEvent
Package
Description
-
Uses of IWarningEvent in com.dna.jopt.framework.body
Methods in com.dna.jopt.framework.body with parameters of type IWarningEvent -
Uses of IWarningEvent in com.dna.jopt.framework.body.event
Fields in com.dna.jopt.framework.body.event with type parameters of type IWarningEventModifier and TypeFieldDescriptionfinal io.reactivex.rxjava3.subjects.ReplaySubject<IWarningEvent>
OptimizationEvents.warning
The warning ReplaySubject.Methods in com.dna.jopt.framework.body.event that return types with arguments of type IWarningEventModifier and TypeMethodDescriptionio.reactivex.rxjava3.subjects.ReplaySubject<IWarningEvent>
OptimizationEvents.warningSubject()
Gets theWarnings
ReplaySubject
which can be used to subscribe to any upcomingWarnings
Methods in com.dna.jopt.framework.body.event with parameters of type IWarningEventModifier and TypeMethodDescriptionvoid
IOptimizationEventListener.onWarning
(IWarningEvent iWarningEvent) On warning.void
OptimizationEventListener.onWarning
(IWarningEvent warningEvent) -
Uses of IWarningEvent in com.dna.jopt.framework.codedefinition
Classes in com.dna.jopt.framework.codedefinition that implement IWarningEvent -
Uses of IWarningEvent in com.dna.jopt.framework.stream.info
Methods in com.dna.jopt.framework.stream.info with parameters of type IWarningEventModifier and TypeMethodDescriptionprotected void
WarningStreamer.stream
(IOptimization opti, IWarningEvent event)