com.sun.svg.util
Interface ProgressiveInputStream.Listener

All Known Implementing Classes:
LoadingScreen
Enclosing class:
ProgressiveInputStream

public static interface ProgressiveInputStream.Listener


Method Summary
 void streamProgress(float progress)
          Notifies the listener of the progress in reading the input stream content.
 

Method Detail

streamProgress

void streamProgress(float progress)
Notifies the listener of the progress in reading the input stream content.

Parameters:
progress - the current estimated progress, as a penetration factor in the [0,1] interval.