scorej
Class SignalWait

java.lang.Object
  |
  +--scorej.SignalWait
Direct Known Subclasses:
SignalWaitQueue

public class SignalWait
extends java.lang.Object

SignalWait is an internal Scorej class that contains information about a type of Signal that a ScoreJ Thread is waiting for. A SignalWait can contain different tests to match incoming Signals against. SignalWaits are created by the waitForSignal calls in (@link scorej.S) and are managed by the (@link scorej.SignalProcessor).

There are five different "tests" that can be specified.