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

rwsf::ServletContextAttributeListener

Group:  Servlet


rwsf::ServletContextAttributeListenerrwsf::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 Destructors

virtual
~ServletContextAttributeListener();

Public Member Functions

void
attributeAdded(const rwsf::ServletContextAttributeEvent & event) = 0;
void
attributeRemoved(const rwsf::ServletContextAttributeEvent & event) = 0;
void
attributeReplaced(const rwsf::ServletContextAttributeEvent & scab) = 0;


Previous fileTop of DocumentContentsIndex pageNext file

© Copyright Rogue Wave Software, Inc. All Rights Reserved. All Rights Reserved. Rogue Wave is a registered trademark of Rogue Wave Software, Inc. in the United States and other countries. HydraExpress is a trademark of Rogue Wave Software, Inc. All other trademarks are the property of their respective owners.
Contact Rogue Wave about documentation or support issues.