InstanceListenerpublic interface InstanceListener Interface defining a listener for significant events related to a
specific servlet instance, rather than to the Wrapper component that
is managing that instance. |
Methods Summary |
---|
public void | instanceEvent(InstanceEvent event)Acknowledge the occurrence of the specified event.
|
|