Uses of Interface
com.dna.jopt.framework.codedefinition.IStatusEvent
Package
Description
-
Uses of IStatusEvent in com.dna.jopt.framework.body
-
Uses of IStatusEvent in com.dna.jopt.framework.body.event
Modifier and TypeFieldDescriptionfinal io.reactivex.rxjava3.subjects.ReplaySubject<IStatusEvent>
OptimizationEvents.status
The status ReplaySubject.Modifier and TypeMethodDescriptionio.reactivex.rxjava3.subjects.ReplaySubject<IStatusEvent>
OptimizationEvents.statusSubject()
Gets theOptimizationEvents.status
ReplaySubject
which can be used to subscribe to the currentstatus
.Modifier and TypeMethodDescriptionvoid
IOptimizationEventListener.onStatus
(IStatusEvent statusEvent) On status.void
OptimizationEventListener.onStatus
(IStatusEvent statusEvent) -
Uses of IStatusEvent in com.dna.jopt.framework.codedefinition
-
Uses of IStatusEvent in com.dna.jopt.framework.stream.info
Modifier and TypeMethodDescriptionprotected void
StatusStreamer.stream
(IOptimization opti, IStatusEvent event)