org.openide.util
Interface TaskListener

All Superinterfaces:
EventListener

public interface TaskListener
extends EventListener

Listener which can be notifies when a task finishes.

See Also:
Task

Method Summary
 void taskFinished(Task task)
          Called when a task finishes running.
 

Method Detail

taskFinished

public void taskFinished(Task task)
Called when a task finishes running.
Parameters:
task - the finished task


Built on December 12 2001.  |  Portions Copyright 1997-2001 Sun Microsystems, Inc. All rights reserved.