HydraExpress™ C++ 2020 |
HydraExpress™ C++ API Reference Guide |
Product Documentation: HydraExpress C++ Documentation Home |
Base class for all event listener classes in HydraExpress. More...
#include <rwsf/servlet/EventListener.h>
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 © 2020 Rogue Wave Software, Inc. All Rights Reserved. |