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

TaskListener (NetBeans APIs) - NetBeans API Javadoc 4.1.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 4 2005.  |  Portions Copyright 1997-2005 Sun Microsystems, Inc. All rights reserved.