| Package | Description |
|---|---|
| com.entrust.toolkit.resourcemonitor |
Contains classes that provide resource monitoring capabilities.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ResourceEventProcessor
The ResourceEventProcessor is a
ResourceListener that can be used
to process ResourceEvent notifications. |
class |
ResourceMonitor
A ResourceMonitor is an object which can be used to monitor
many
Resource objects. |
| Modifier and Type | Method and Description |
|---|---|
void |
Resource.addResourceListener(ResourceListener listener)
Registers the given ResourceListener so that it will be
notified when an event occurs on this Resource object.
|
void |
Resource.removeResourceListener(ResourceListener listener)
Removes the given ResourceListener from the list of ResourceListeners
that will be notified when an event occurs on this Resource object.
|