frysk.proc
Class Action
java.lang.Object
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. |
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.
toString
public String toString()
- Overrides:
toString in class Object