Uses of Interface
de.unistuttgart.informatik.fius.icge.ui.SimulationProxy
-
Packages that use SimulationProxy Package Description de.unistuttgart.informatik.fius.icge.simulation de.unistuttgart.informatik.fius.icge.ui -
-
Uses of SimulationProxy in de.unistuttgart.informatik.fius.icge.simulation
Methods in de.unistuttgart.informatik.fius.icge.simulation that return SimulationProxy Modifier and Type Method Description SimulationProxy
Simulation. getSimulationProxyForWindow()
Get the simulation proxy used by the game window to communicate with the simulation. -
Uses of SimulationProxy in de.unistuttgart.informatik.fius.icge.ui
Methods in de.unistuttgart.informatik.fius.icge.ui with parameters of type SimulationProxy Modifier and Type Method Description void
GameWindow. setSimulationProxy(SimulationProxy simulationProxy)
Set the simulation proxy instance used by multiple UI components to inform the Simulation of user actions.
-