in scala.collection.mutable
class Scriptable

mixin abstract class Scriptable [ A ]
extends java.lang.Object
with 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

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


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