scala.actors

class Reaction

[source: scala/actors/Reaction.scala]

@deprecated

class Reaction
extends java.lang.Runnable with AnyRef

The abstract class Reaction associates an instance of an Actor with a java.lang.Runnable.

Version
0.9.10
Author
Philipp Haller
Additional Constructor Summary
def this (a : Actor, f : PartialFunction[Any, Unit], msg : Any) : Reaction
def this (a : Actor) : Reaction
Method Summary
def run : Unit
Methods inherited from AnyRef
getClass, hashCode, equals, clone, toString, notify, notifyAll, wait, wait, wait, finalize, ==, !=, eq, ne, synchronized
Methods inherited from Any
==, !=, isInstanceOf, asInstanceOf
Additional Constructor Details
def this(a : Actor, f : PartialFunction[Any, Unit], msg : Any) : Reaction

def this(a : Actor) : Reaction

Method Details
def run : Unit
Overrides
java.lang.Runnable.java.lang.Runnable.run