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. 
org.openide.util A set of utility classes covering a few general infrastructure points in the Open APIs. 
 

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 with parameters of type 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.
 

Uses of OperationListener in org.openide.util
 

Methods in org.openide.util that return OperationListener
static OperationListener WeakListener.operation(OperationListener l, Object source)
           
 

Methods in org.openide.util with parameters of type OperationListener
static OperationListener WeakListener.operation(OperationListener l, Object source)
           
 



Built on December 12 2001.  |  Portions Copyright 1997-2001 Sun Microsystems, Inc. All rights reserved.