org.w3c.jwput.tui
Class StreamMonitor

java.lang.Object
  |
  +--org.w3c.jwput.tui.StreamMonitor

public class StreamMonitor
extends java.lang.Object
implements ByteCountListener

Monitor a Stream


Method Summary
 void bytesRead(long n)
           
 void streamClosed()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

bytesRead

public void bytesRead(long n)
Specified by:
bytesRead in interface ByteCountListener

streamClosed

public void streamClosed()
Specified by:
streamClosed in interface ByteCountListener