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

TaskListener (NetBeans Utilities API) - NetBeans API Javadoc 5.5.0

org.openide.util 6.8.22

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 6.8.22

Built on May 28 2007.  |  Portions Copyright 1997-2005 Sun Microsystems, Inc. All rights reserved.