org.apache.fop.viewer
Interface ProgressListener

All Known Implementing Classes:
PreviewDialog

public interface ProgressListener


Method Summary
 void progress(int percentage)
           
 void progress(int percentage, String message)
           
 void progress(String message)
           
 

Method Detail

progress

void progress(int percentage)

progress

void progress(String message)

progress

void progress(int percentage,
              String message)


Copyright ? 1999-2003 Apache Software Foundation. All Rights Reserved.