WidgetControl

org.nlogo.hubnet.protocol.WidgetControl
case class WidgetControl(content: AnyRef & Serializable, tag: String) extends Message

Message from server to client when server changes value of client widget

Value parameters

content

information to be handled by the indicated widget

tag

the name of the widget

Attributes

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