org.opennms.web.svclayer
Class ProgressMonitor
java.lang.Object
org.opennms.web.svclayer.ProgressMonitor
public class ProgressMonitor
- extends Object
- Author:
- Mathew Brozowski, DJ Gregor
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ProgressMonitor
public ProgressMonitor()
getPhaseCount
public int getPhaseCount()
setPhaseCount
public void setPhaseCount(int phaseCount)
getPhaseLabel
public String getPhaseLabel()
getPhase
public int getPhase()
beginNextPhase
public void beginNextPhase(String phaseLabel)
finished
public void finished(Object result)
isFinished
public boolean isFinished()
getResult
public Object getResult()
isError
public boolean isError()
getThrowable
public Throwable getThrowable()
errorOccurred
public void errorOccurred(Throwable t)
Copyright © 2009. All Rights Reserved.