Interface SimulationDataConsumer


  • public interface SimulationDataConsumer
    Accepts simulation data.
    • Method Detail

      • accept

        void accept​(@NotNull
                    @NotNull SimulationData data,
                    @NotNull
                    @NotNull Task task,
                    @NotNull
                    @NotNull OperationResult result)
        Called after a chunk of data was created by a simulation. We intentionally do not define what that "chunk" is, because we don't have appropriate vocabulary here - to talk about LensContext and so on.