frysk.proc
Class Action

java.lang.Object
  extended by frysk.proc.Action

public class Action
extends Object

An Observer return this Action to indicate what should happen next.


Field Summary
static Action BLOCK
          This Observer is is placing a block on the Observable; the Observable remaining suspended until this, and all other, blocks are lifted.
static Action CONTINUE
          This Observer is not placing a block on the Observable.
 
Method Summary
 String toString()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

BLOCK

public static final Action BLOCK
This Observer is is placing a block on the Observable; the Observable remaining suspended until this, and all other, blocks are lifted.


CONTINUE

public static final Action CONTINUE
This Observer is not placing a block on the Observable.

Method Detail

toString

public String toString()
Overrides:
toString in class Object