Package jebl.util

Class BasicProgressListener

java.lang.Object
jebl.util.ProgressListener
jebl.util.BasicProgressListener
All Implemented Interfaces:
Cancelable

public class BasicProgressListener extends ProgressListener
A basic ProgressListener implementation that allows the caller to set the canceled status. Typically this class is used when you don't care about providing immediate feedback to the user, but still need to be able to cancel an operation.
Version:
$Id$
Author:
Matt Kearse