站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > NetBeans API Javadoc 5.0.0

TaskListener (NetBeans Utilities API) - NetBeans API Javadoc 5.0.0

 

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 May 3 2007.  |  Portions Copyright 1997-2005 Sun Microsystems, Inc. All rights reserved.