com.iplanet.jato
Interface RequestCompletionListener

All Known Implementing Classes:
ModelManager, QueryModelBase, RequestHandlingViewBase, RequestHandlingTreeViewBase

public interface RequestCompletionListener

Designates that an object is interested in being notified that the current request is at an end. RequestCompletionListeners are registered with the current request's RequestContext and are notified when the current request is complete. A common use of this interface is to allow an object to store session data pertaining to itself. Models and ViewBeans are examples of objects which implement this interface for such a purpose.

Version:
JATO/1.2.2 $Id: RequestCompletionListener.java,v 1.9 2002/03/16 03:26:28 todd Exp $
See Also:
ModelManager, Model

Method Summary
 void requestComplete()
          Called to notify the listener that the request is at an end
 

Method Detail

requestComplete

public void requestComplete()
Called to notify the listener that the request is at an end