|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
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. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |