de.betabeans.scroogexhtml.events
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.
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

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

Parameters:
e - The event object


Copyright (c) 1998-2006 BetaSoft Michael Justin. All Rights Reserved.