Uses of Interface
org.jasen.io.StreamReaderListener

Packages that use StreamReaderListener
org.jasen.io   
org.jasen.update   
org.jasen.util   
 

Uses of StreamReaderListener in org.jasen.io
 

Constructors in org.jasen.io with parameters of type StreamReaderListener
NonBlockingStreamReader(StreamReaderListener streamReaderListener)
           
 

Uses of StreamReaderListener in org.jasen.update
 

Classes in org.jasen.update that implement StreamReaderListener
 class JasenAutoUpdateManager
           The auto update manager is responsible for starting, stoping and scheduling the AutoUpdate thread.
 

Uses of StreamReaderListener in org.jasen.util
 

Methods in org.jasen.util with parameters of type StreamReaderListener
static void WebUtils.get(URL url, OutputStream out, int bufferSize, long timeout, StreamReaderListener listener)
          Attempts to download the file given by the URL and saves it to the output stream provided
NOTE: The given output stream will NOT be closed within this method