frysk.bindir
Class fhpd.TerminalObserver

java.lang.Object
  extended by frysk.bindir.fhpd.TerminalObserver
All Implemented Interfaces:
Observer
Enclosing class:
fhpd

static class fhpd.TerminalObserver
extends Object
implements Observer


Field Summary
private  FlowControlWriter writer
           
 
Constructor Summary
fhpd.TerminalObserver(FlowControlWriter writer)
           
 
Method Summary
 void update(Observable observable, Object arg)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

writer

private FlowControlWriter writer
Constructor Detail

fhpd.TerminalObserver

public fhpd.TerminalObserver(FlowControlWriter writer)
Method Detail

update

public void update(Observable observable,
                   Object arg)
Specified by:
update in interface Observer