ActivityMessageEnvelope

org.nlogo.hubnet.connection.MessageEnvelope.ActivityMessageEnvelope
case class ActivityMessageEnvelope(source: String, tag: String, message: Any) extends MessageEnvelope

Attributes

Source
MessageEnvelope.scala
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Value members

Inherited methods

def getMessage: Any

Attributes

Inherited from:
MessageEnvelope
Source
MessageEnvelope.scala

Attributes

Inherited from:
MessageEnvelope
Source
MessageEnvelope.scala
def getTag: String

Attributes

Inherited from:
MessageEnvelope
Source
MessageEnvelope.scala

Attributes

Inherited from:
MessageEnvelope
Source
MessageEnvelope.scala

Attributes

Inherited from:
MessageEnvelope
Source
MessageEnvelope.scala

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product