Oracle Application Server Containers for J2EE Support for JavaServer Pages API Reference
10g Release 2 (10.1.2)

B14015-02


oracle.jsp.event
Interface JspScopeListener

All Superinterfaces:
java.util.EventListener
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.

Oracle Application Server Containers for J2EE Support for JavaServer Pages API Reference
10g Release 2 (10.1.2)

B14015-02


Copyright © 2004, 2005, Oracle. All rights reserved.