de.betabeans.scroogexhtml
Interface ProgressListener

All Superinterfaces:
java.util.EventListener

public interface ProgressListener
extends java.util.EventListener

The ProgressListener allows to include a progress indicator in your application.
The progress method passes the ScroogeXHTML object.
The number of processed bytes can be accessed using the method getProcessed.
For performance reasons, this event listener will not be called for each processed byte. The current implementation only generates an event if a RTF control character (backslash) has been detected.

Author:
Michael Justin

Method Summary
 void progress(java.util.EventObject e)
          Process a progress event
 

Method Detail

progress

public void progress(java.util.EventObject e)
Process a progress event
Parameters:
e - The event object