oracle.jsp.event
Interface JspScopeListener

All Known Implementing Classes:
ConnBean, ConnCacheBean, CursorBean, DBBean

public interface JspScopeListener
extends java.util.EventListener


Method Summary
 void outOfScope(JspScopeEvent ae)
          Invoked when a JSP scope that this object is attached to is ending.
 

Method Detail

outOfScope

public void outOfScope(JspScopeEvent ae)
Invoked when a JSP scope that this object is attached to is ending.