Uses of Interface
com.dna.jopt.framework.codedefinition.IStatusEvent
Packages that use IStatusEvent
Package
Description
-
Uses of IStatusEvent in com.dna.jopt.framework.body
Methods in com.dna.jopt.framework.body with parameters of type IStatusEvent -
Uses of IStatusEvent in com.dna.jopt.framework.body.event
Fields in com.dna.jopt.framework.body.event with type parameters of type IStatusEventModifier and TypeFieldDescriptionfinal io.reactivex.rxjava3.subjects.ReplaySubject<IStatusEvent>
OptimizationEvents.status
The status ReplaySubject.Methods in com.dna.jopt.framework.body.event that return types with arguments of type IStatusEventModifier and TypeMethodDescriptionio.reactivex.rxjava3.subjects.ReplaySubject<IStatusEvent>
OptimizationEvents.statusSubject()
Gets theOptimizationEvents.status
ReplaySubject
which can be used to subscribe to the currentstatus
.Methods in com.dna.jopt.framework.body.event with parameters of type IStatusEventModifier and TypeMethodDescriptionvoid
IOptimizationEventListener.onStatus
(IStatusEvent statusEvent) On status.void
OptimizationEventListener.onStatus
(IStatusEvent statusEvent) -
Uses of IStatusEvent in com.dna.jopt.framework.codedefinition
Classes in com.dna.jopt.framework.codedefinition that implement IStatusEvent -
Uses of IStatusEvent in com.dna.jopt.framework.stream.info
Methods in com.dna.jopt.framework.stream.info with parameters of type IStatusEventModifier and TypeMethodDescriptionprotected void
StatusStreamer.stream
(IOptimization opti, IStatusEvent event)