Rogue Wave banner
Previous fileTop of DocumentContentsIndex pageNext file
HydraExpress Servlet Reference Guide
Rogue Wave web site:  Home Page  |  Main Documentation Page

rwsf::ServletContextListener

Package:  Servlet


rwsf::ServletContextListener rwsf::EventListener

Local Index

Members

Header File

#include <rwsf/servlet/ServletContextListener.h>

Description

rwsf::ServletContextListener is an abstract base class for listeners that receive notification when the Agent creates or destroys rwsf::ServletContext objects. To create a listener, derive from this class and override the functions that receive events. To register a listener, include a deployment descriptor for the listener class in the configuration file of the context.

Public Destructor

Virtual 
~ServletContextListener();

Public Member Functions

virtual void 
contextDestroyed(const rwsf::ServletContextEvent& evt) = 0;
virtual void 
contextInitialized(const rwsf::ServletContextEvent& evt) = 0;

See Also

rwsf::EventListener



Previous fileTop of DocumentContentsIndex pageNext file

©2004-2007 Copyright Quovadx, Inc. All Rights Reserved.
Quovadx and Rogue Wave are registered trademarks of Quovadx, Inc. in the United States and other countries. All other trademarks are the property of their respective owners.
Contact Rogue Wave about documentation or support issues.