in scala.collection.mutable
trait Scriptable

abstract trait Scriptable [A]
extends java.lang.Object
with scala.ScalaObject
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
Direct known subclasses:
Set, Map, Buffer

Def Summary
abstract def << (cmd: A) : scala.Unit
Send a message to this scriptable object.


Def Detail
abstract def << (cmd: A): scala.Unit
Send a message to this scriptable object.