scala.collection.script

trait Scriptable

[source: scala/collection/script/Scriptable.scala]

trait Scriptable[A]
extends AnyRef
Classes that mix in the Scriptable class allow messages to be sent to objects of that class.
Author
Matthias Zenger
Version
1.0, 09/05/2004
Since
2.8
Direct Known Subclasses:
BufferLike, SetLike

Method Summary
abstract def << (cmd : Message[A]) : Unit
Send a message to this scriptable object.
Methods inherited from AnyRef
getClass, hashCode, equals, clone, toString, notify, notifyAll, wait, wait, wait, finalize, ==, !=, eq, ne, synchronized
Methods inherited from Any
==, !=, isInstanceOf, asInstanceOf
Method Details
abstract def <<(cmd : Message[A]) : Unit
Send a message to this scriptable object.