com.melloware.jukes.gui.view.tasks
Class LoadDisclistTask

java.lang.Object
  extended by com.melloware.jukes.gui.view.tasks.LongTask
      extended by com.melloware.jukes.gui.view.tasks.LoadDisclistTask

public final class LoadDisclistTask
extends LongTask

In a thread attempts to load the disclist one disc at a time and notify user of the progress.

Copyright (c) 1999-2007 Melloware, Inc.

Version:
4.0 AZ Development 2009
Author:
Emil A. Lefkof III

Field Summary
 
Fields inherited from class com.melloware.jukes.gui.view.tasks.LongTask
canceled, current, done, lengthOfTask, statMessage, warning
 
Constructor Summary
LoadDisclistTask(File aFile, Disclist aDisclist)
          Constructor that needs a file to load.
 
Method Summary
 void go()
          Called to start the task.
 
Methods inherited from class com.melloware.jukes.gui.view.tasks.LongTask
getCurrent, getLengthOfTask, getMessage, hasWarning, isCancelled, isDone, stop
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LoadDisclistTask

public LoadDisclistTask(File aFile,
                        Disclist aDisclist)
                 throws Exception
Constructor that needs a file to load.

Parameters:
aFile - the file to load
Throws:
Exception - if any error occurs
Method Detail

go

public void go()
Called to start the task.

Specified by:
go in class LongTask


Copyright © 1999-2010 Melloware Inc. All Rights Reserved.