Oracle® Application Server
XML Java API Reference
10g Release 3 (10.1.3)

B28238-01


oracle.xml.xsql
Interface XSQLRequestObjectListener


public interface XSQLRequestObjectListener

Objects that implement this interface and which are added to the current request context using setRequestObject() will be notified when the page processing of the outermost page is completed.


Method Summary
 void pageProcessingCompleted()
          Event handler method invoked by the page processing engine on any object that implements this interface which is added to the request

 

Method Detail

pageProcessingCompleted

public void pageProcessingCompleted()
Event handler method invoked by the page processing engine on any object that implements this interface which is added to the request

Oracle® Application Server
XML Java API Reference
10g Release 3 (10.1.3)

B28238-01


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