Uses of Class
bio.singa.simulation.events.UpdatableUpdatedEvent
-
Packages that use UpdatableUpdatedEvent Package Description bio.singa.simulation.events bio.singa.simulation.model.simulation bio.singa.simulation.trajectories.flat -
-
Uses of UpdatableUpdatedEvent in bio.singa.simulation.events
Methods in bio.singa.simulation.events that return types with arguments of type UpdatableUpdatedEvent Modifier and Type Method Description CopyOnWriteArrayList<bio.singa.core.events.UpdateEventListener<UpdatableUpdatedEvent>>NodeEventEmitter. getListeners() -
Uses of UpdatableUpdatedEvent in bio.singa.simulation.model.simulation
Methods in bio.singa.simulation.model.simulation that return types with arguments of type UpdatableUpdatedEvent Modifier and Type Method Description CopyOnWriteArrayList<bio.singa.core.events.UpdateEventListener<UpdatableUpdatedEvent>>SimulationManager. getNodeListeners()Returns all currently registered node event listeners.Method parameters in bio.singa.simulation.model.simulation with type arguments of type UpdatableUpdatedEvent Modifier and Type Method Description voidSimulationManager. addNodeUpdateListener(bio.singa.core.events.UpdateEventListener<UpdatableUpdatedEvent> listener)Adds a new listener for node based events. -
Uses of UpdatableUpdatedEvent in bio.singa.simulation.trajectories.flat
Methods in bio.singa.simulation.trajectories.flat with parameters of type UpdatableUpdatedEvent Modifier and Type Method Description voidFlatUpdateRecorder. onEventReceived(UpdatableUpdatedEvent event)
-