scala.collection.script

Scriptable

trait Scriptable [A] extends AnyRef

Classes that mix in the Scriptable class allow messages to be sent to objects of that class.

Source
Scriptable.scala
Version

1.0, 09/05/2004

Since

2.8

Linear Supertypes
AnyRef, Any
Known Subclasses
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. Hide All
  2. Show all
  1. Scriptable
  2. AnyRef
  3. Any
Visibility
  1. Public
  2. All

Abstract Value Members

  1. def << (cmd: Message[A]): Unit

    Send a message to this scriptable object.

    Send a message to this scriptable object.

    Attributes
    abstract