org.semanticweb.owl.util
Class NullProgressMonitor
java.lang.Object
org.semanticweb.owl.util.NullProgressMonitor
- All Implemented Interfaces:
- ProgressMonitor
public class NullProgressMonitor
- extends java.lang.Object
- implements ProgressMonitor
Author: Matthew Horridge
The University Of Manchester
Bio-Health Informatics Group
Date: 04-Jan-2007
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
NullProgressMonitor
public NullProgressMonitor()
setFinished
public void setFinished()
- Specified by:
setFinished
in interface ProgressMonitor
setMessage
public void setMessage(java.lang.String message)
- Specified by:
setMessage
in interface ProgressMonitor
setProgress
public void setProgress(long progress)
- Specified by:
setProgress
in interface ProgressMonitor
setSize
public void setSize(long size)
- Specified by:
setSize
in interface ProgressMonitor
setStarted
public void setStarted()
- Specified by:
setStarted
in interface ProgressMonitor
setIndeterminate
public void setIndeterminate(boolean b)
- Specified by:
setIndeterminate
in interface ProgressMonitor
isCancelled
public boolean isCancelled()
- Specified by:
isCancelled
in interface ProgressMonitor