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

Uses of Interface org.openide.loaders.OperationListener (NetBeans Loaders API) - NetBeans API Javadoc 4.1.0

 

Uses of Interface
org.openide.loaders.OperationListener

Packages that use OperationListener
org.openide.loaders Datasystems are the logical layer between a filesystem and the regular functions of the IDE. 
 

Uses of OperationListener in org.openide.loaders
 

Classes in org.openide.loaders that implement OperationListener
 class OperationAdapter
          Adapter for methods of OperationListener.
 

Methods in org.openide.loaders that return OperationListener
static OperationListener DataLoaderPool.createWeakOperationListener(OperationListener l, Object s)
          Factory to create weak OperationListener
 

Methods in org.openide.loaders with parameters of type OperationListener
static OperationListener DataLoaderPool.createWeakOperationListener(OperationListener l, Object s)
          Factory to create weak OperationListener
 void DataLoaderPool.addOperationListener(OperationListener l)
          Add a listener for operations on data objects.
 void DataLoaderPool.removeOperationListener(OperationListener l)
          Remove a listener for operations on data objects.
 


 

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