ViewUpdate
org.nlogo.hubnet.protocol.ViewUpdate
case class ViewUpdate(worldData: Array[Byte]) extends Message
Message from server tells client to update the view
Value parameters
- worldData
-
a serialized
ServerWorld
Attributes
- See also
-
org.nlogo.hubnet.mirroring.ServerWorld
- Source
- Messages.scala
- Graph
-
- Supertypes
Members list
In this article