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
Members list
In this article