Uses of Class
jasima.core.simulation.SimPrintMessage
-
Packages that use SimPrintMessage Package Description jasima.core.simulation jasima.core.util -
-
Uses of SimPrintMessage in jasima.core.simulation
Methods in jasima.core.simulation that return types with arguments of type SimPrintMessage Modifier and Type Method Description List<Consumer<SimPrintMessage>>Simulation. printListener()Methods in jasima.core.simulation with parameters of type SimPrintMessage Modifier and Type Method Description protected voidSimulation. print(SimPrintMessage e)Prints a certainSimPrintMessageby passing it to the registered print listeners.protected voidSimulationExperiment. print(SimPrintMessage event)Method parameters in jasima.core.simulation with type arguments of type SimPrintMessage Modifier and Type Method Description voidSimulation. addPrintListener(Consumer<SimPrintMessage> listener)booleanSimulation. removePrintListener(Consumer<SimPrintMessage> listener) -
Uses of SimPrintMessage in jasima.core.util
Methods in jasima.core.util with parameters of type SimPrintMessage Modifier and Type Method Description voidTraceFileProducer. accept(SimPrintMessage msg)
-