org.geotools.util
Class DelegateProgressListener
Object
DelegateProgressListener
- All Implemented Interfaces:
- ProgressListener
- Direct Known Subclasses:
- SubProgressListener
public class DelegateProgressListener
- extends Object
- implements ProgressListener
Methods inherited from class Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
delegate
protected ProgressListener delegate
DelegateProgressListener
public DelegateProgressListener(ProgressListener progress)
started
public void started()
- Specified by:
started
in interface ProgressListener
complete
public void complete()
- Specified by:
complete
in interface ProgressListener
dispose
public void dispose()
- Specified by:
dispose
in interface ProgressListener
exceptionOccurred
public void exceptionOccurred(Throwable exception)
- Specified by:
exceptionOccurred
in interface ProgressListener
getDescription
public String getDescription()
- Specified by:
getDescription
in interface ProgressListener
getTask
public InternationalString getTask()
- Specified by:
getTask
in interface ProgressListener
isCanceled
public boolean isCanceled()
- Specified by:
isCanceled
in interface ProgressListener
progress
public void progress(float progress)
- Specified by:
progress
in interface ProgressListener
getProgress
public float getProgress()
- Specified by:
getProgress
in interface ProgressListener
setCanceled
public void setCanceled(boolean cancel)
- Specified by:
setCanceled
in interface ProgressListener
setDescription
public void setDescription(String description)
- Specified by:
setDescription
in interface ProgressListener
setTask
public void setTask(InternationalString task)
- Specified by:
setTask
in interface ProgressListener
warningOccurred
public void warningOccurred(String source,
String location,
String warning)
- Specified by:
warningOccurred
in interface ProgressListener
Copyright © 1996-2010 Geotools. All Rights Reserved.