nan.tools
Interface BackgroundTask

All Known Implementing Classes:
AbstractBackgroundTask

public interface BackgroundTask

An interface for background tasks.

Version:
1.1, 12/25/03
Author:
John David Ratliff

Method Summary
 boolean isFinished()
          Asks if the task is finished.
 

Method Detail

isFinished

public boolean isFinished()
Asks if the task is finished.

Returns:
true if the task is finished; false otherwise.