Stellent
HowToComponents
JavaDoc

intradoc.common
Class ReportSubProgress

java.lang.Object
  |
  +--intradoc.common.ReportSubProgress
All Implemented Interfaces:
ReportProgress

public class ReportSubProgress
extends java.lang.Object
implements ReportProgress


Field Summary
 int m_curProgress
           
 int m_maxProgress
           
protected  ReportProgress m_progress
           
 
Fields inherited from interface intradoc.common.ReportProgress
ERROR, FINISHED, STATUS_COUNT, STATUS_PERCENT
 
Constructor Summary
ReportSubProgress(ReportProgress progress, int amtDone, int max)
           
 
Method Summary
 void reportProgress(int type, java.lang.String msg, float amtDone, float max)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

m_curProgress

public int m_curProgress

m_maxProgress

public int m_maxProgress

m_progress

protected ReportProgress m_progress
Constructor Detail

ReportSubProgress

public ReportSubProgress(ReportProgress progress,
                         int amtDone,
                         int max)
Method Detail

reportProgress

public void reportProgress(int type,
                           java.lang.String msg,
                           float amtDone,
                           float max)
Specified by:
reportProgress in interface ReportProgress


(c) 1996-2005  All rights reserved.  Stellent, Inc.