org.openide.loaders 7.16.1

Uses of Interface
org.openide.loaders.OperationListener

Packages that use OperationListener
org.openide.loaders Datasystems are the logical layer between a filesystem and higher-level file-oriented operations. 
 

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
 void DataLoaderPool.addOperationListener(OperationListener l)
          Add a listener for operations on data objects.
static OperationListener DataLoaderPool.createWeakOperationListener(OperationListener l, Object s)
          Factory to create weak OperationListener
 void DataLoaderPool.removeOperationListener(OperationListener l)
          Remove a listener for operations on data objects.
 


org.openide.loaders 7.16.1

Built on September 7 2010.  |  Portions Copyright 1997-2010 Sun Microsystems, Inc. All rights reserved.