Uses of Interface
org.mozilla.pluglet.mozilla.PlugletStreamInfo

Uses of PlugletStreamInfo in org.mozilla.pluglet
 

Methods in org.mozilla.pluglet with parameters of type PlugletStreamInfo
 void PlugletStreamListener.onStartBinding(PlugletStreamInfo streamInfo)
          This would be called by the browser to indicate that the URL has started to load.
 void PlugletStreamListener.onDataAvailable(PlugletStreamInfo streamInfo, java.io.InputStream input, int length)
          This would be called by the browser to indicate that data is available in the input stream.
 void PlugletStreamListener.onFileAvailable(PlugletStreamInfo streamInfo, java.lang.String fileName)
          This would be called by the browser to indicate the availability of a local file name for the stream data.
 void PlugletStreamListener.onStopBinding(PlugletStreamInfo streamInfo, int status)
          This would be called by the browser to indicate that the URL has finished loading.