Oracle Containers for J2EE Support for JavaServer Pages Java API Reference
10g Release 3 (10.1.3)
B15978-01


oracle.jsp.event
Interface JspScopeListener

All Superinterfaces:
java.util.EventListener

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 Containers for J2EE Support for JavaServer Pages Java API Reference
10g Release 3 (10.1.3)
B15978-01


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