Package | Description |
---|---|
org.openide.loaders |
Datasystems
are the logical layer between a filesystem and higher-level file-oriented operations.
|
Modifier and Type | Class and Description |
---|---|
class |
OperationAdapter
Adapter for methods of
OperationListener . |
Modifier and Type | Method and Description |
---|---|
static OperationListener |
DataLoaderPool.createWeakOperationListener(OperationListener l,
Object s)
Factory to create weak OperationListener
|
Modifier and Type | Method and Description |
---|---|
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.
|