RunResize

org.nlogo.window.WorldViewSettings2D.RunResize
class RunResize extends Runnable

Attributes

Source
WorldViewSettings2D.scala
Graph
Supertypes
trait Runnable
class Object
trait Matchable
class Any

Members list

Value members

Concrete methods

override def run(): Unit

All turtles die when the world changes sizes. If hubnet is running, we need the user a choice of kicking out all the clients first, not kicking anyone, or cancelling altogether. This is because most hubnet clients will exhibit undefined behavior because their turtle has died.

All turtles die when the world changes sizes. If hubnet is running, we need the user a choice of kicking out all the clients first, not kicking anyone, or cancelling altogether. This is because most hubnet clients will exhibit undefined behavior because their turtle has died.

Attributes

Definition Classes
Runnable
Source
WorldViewSettings2D.scala