Uses of Class
bio.singa.simulation.events.GraphUpdatedEvent
-
Packages that use GraphUpdatedEvent Package Description bio.singa.simulation.events bio.singa.simulation.model.simulation bio.singa.simulation.trajectories.errors bio.singa.simulation.trajectories.nested -
-
Uses of GraphUpdatedEvent in bio.singa.simulation.events
Methods in bio.singa.simulation.events that return types with arguments of type GraphUpdatedEvent Modifier and Type Method Description CopyOnWriteArrayList<bio.singa.core.events.UpdateEventListener<GraphUpdatedEvent>>GraphEventEmitter. getListeners() -
Uses of GraphUpdatedEvent in bio.singa.simulation.model.simulation
Methods in bio.singa.simulation.model.simulation that return types with arguments of type GraphUpdatedEvent Modifier and Type Method Description CopyOnWriteArrayList<bio.singa.core.events.UpdateEventListener<GraphUpdatedEvent>>SimulationManager. getGraphListeners()Methods in bio.singa.simulation.model.simulation with parameters of type GraphUpdatedEvent Modifier and Type Method Description voidSimulationStatus. onEventReceived(GraphUpdatedEvent event)Method parameters in bio.singa.simulation.model.simulation with type arguments of type GraphUpdatedEvent Modifier and Type Method Description voidSimulationManager. addGraphUpdateListener(bio.singa.core.events.UpdateEventListener<GraphUpdatedEvent> listener)Adds a new listener for graph based events. -
Uses of GraphUpdatedEvent in bio.singa.simulation.trajectories.errors
Methods in bio.singa.simulation.trajectories.errors with parameters of type GraphUpdatedEvent Modifier and Type Method Description voidDebugRecorder. onEventReceived(GraphUpdatedEvent event) -
Uses of GraphUpdatedEvent in bio.singa.simulation.trajectories.nested
Methods in bio.singa.simulation.trajectories.nested with parameters of type GraphUpdatedEvent Modifier and Type Method Description voidNestedUpdateRecorder. onEventReceived(GraphUpdatedEvent event)
-