| Package | Description |
|---|---|
| com.entrust.toolkit.resourcemonitor |
Contains classes that provide resource monitoring capabilities.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ResourceEventHandler.handleEvent(ResourceEvent event)
Handle the event specified in the ResourceEvent
|
void |
ResourceOutputHandler.handleEvent(ResourceEvent event) |
void |
ResourceEventProcessor.Notification(ResourceEvent event)
This method is called by a
Resource when it is determined that an
event notification should be triggered. |
void |
ResourceListener.Notification(ResourceEvent event)
This method is called by a
Resource when it is determined that an
event notification should be triggered. |
void |
Resource.sendNotification(ResourceEvent event)
Sends a ResourceEvent to any
ResourceListeners that have been
registered with this Resource. |