org.openide.util 7.12.0 1

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

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

Parameters:
task - the finished task

org.openide.util 7.12.0 1

Built on November 20 2009.  |  Portions Copyright 1997-2007 Sun Microsystems, Inc. All rights reserved.