Interface ServletReferenceListener
- 
 public interface ServletReferenceListenerA listner that is associated with a single instance of a ServletWrapper (and hence a servlet), and listens for invalidation events.
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description voidinvalidate()Signals that the servlet that this listener is associated with has been invalidated
 
-