public interface ResourceListener
Resource
to allow any Java Object that implements this interface to know about
a ResourceEvent. In the Entrust Java toolkit, this ResourceEvent
will indicate whether or not the Resource is functioning normally.ResourceEventProcessor,
ResourceMonitor| Modifier and Type | Method and Description |
|---|---|
void |
Notification(ResourceEvent event)
This method is called by a
Resource when it is determined that an
event notification should be triggered. |
void Notification(ResourceEvent event) throws ResourceEventException
Resource when it is determined that an
event notification should be triggered. The purpose of this method is to
allow any Java Object which implements this interface to be notified of the
ResourceEvent.ResourceEventExceptionResourceEvent