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
trait Product
trait Equals
trait Message
trait Serializable
class Object
trait Matchable
class Any
Show all

Members list

Value members

Inherited methods

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product