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

rwsf::ServletContextAttributeListener

Package:  Servlet


rwsf::ServletContextAttributeListener rwsf::EventListener

Local Index

Members

Header File

#include <rwsf/servlet/ServletContextAttributeListener.h>

Description

rwsf::ServletContextAttributeListener is an abstract base class for listeners that receive notification when attributes change on a given rwsf::ServletContext. 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 
~ServletContextAttributeListener();

Public Member Functions

virtual void 
attributeAdded(const rwsf::ServletContextAttributeEvent& evt) = 0;
virtual void 
attributeRemoved(const 
rwsf::ServletContextAttributeEvent& evt) = 0;
virtual void 
attributeReplaced(const rwsf::ServletContextAttributeEvent& evt) = 0;

See Also

rwsf::ServletContext



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.