Class AbortableBackgroundTask<T>

java.lang.Object
net.jalbum.util.AbortableBackgroundTask<T>

public class AbortableBackgroundTask<T> extends Object
Mechanism to run a possibly long running background task that allows the user to abort it through the JProgressManager component. Will show task status in JProgressManager after millisToPopup time has passed.
Since:
25.1