Package jebl.util

Class 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