org.progeeks.util
Class ProgressManager.ReporterFactory

java.lang.Object
  extended by org.progeeks.util.ProgressManager.ReporterFactory
Direct Known Subclasses:
ProgressManager.UserRequestReporterFactory
Enclosing class:
ProgressManager

public static class ProgressManager.ReporterFactory
extends java.lang.Object

Base implementation of the ProgressReporterFactory. Default implementation just returns a DefaultProgressReporter.


Constructor Summary
ProgressManager.ReporterFactory()
           
 
Method Summary
 ProgressReporter getProgressReporter(java.lang.String title, java.lang.String message, int min, int max)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ProgressManager.ReporterFactory

public ProgressManager.ReporterFactory()
Method Detail

getProgressReporter

public ProgressReporter getProgressReporter(java.lang.String title,
                                            java.lang.String message,
                                            int min,
                                            int max)


Copyright © 2002-2003 Paul Speed. All Rights Reserved.