frysk.sys.termios
Class Action

java.lang.Object
  extended by frysk.sys.termios.Action

public class Action
extends Object

Action to take before updating a terminals settings.


Field Summary
static Action DRAIN
           
static Action FLUSH
           
static Action NOW
           
 
Constructor Summary
private Action()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

NOW

public static final Action NOW

DRAIN

public static final Action DRAIN

FLUSH

public static final Action FLUSH
Constructor Detail

Action

private Action()