rwlogo
HydraExpress 4.6

HydraExpress C++ API Reference Guide


   


Rogue Wave web site:  Home Page  |  Main Documentation Page

rwsf::EventListener Class Reference
[Servlet]

Base class for all event listener classes in HydraExpress. More...

#include <rwsf/servlet/EventListener.h>

Inheritance diagram for rwsf::EventListener:
rwsf::HttpSessionListener rwsf::ServletContextListener

List of all members.


Detailed Description

rwsf::EventListener is the base class for all event listener classes in HydraExpress. A derived listener receives notification of specific events in the Agent. For example, the Agent notifies an rwsf::HttpSessionListener object when a session is created, destroyed, or modified.

The Agent loads listeners during servlet initialization. Listeners persist for the life of the Agent and receive events as soon as the Agent begins processing requests.

Class rwsf::EventListener itself receives no notifications. Listeners should inherit from one of the classes deriving from rwsf::EventListener rather than inheriting rwsf::EventListener directly.


Copyright © Rogue Wave Software, Inc. All Rights Reserved.

The Rogue Wave name and logo are registered trademarks of Rogue Wave Software, and HydraExpress is a trademark of Rogue Wave Software. All other trademarks are the property of their respective owners.