|
Scala Library
|
|
trait
Scriptable[A]
extends AnyRefScriptable class allow
messages to be sent to objects of that class.| Method Summary | |
abstract def
|
<<
(cmd : 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 |
|
Scala Library
|
|