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

rwsf::EventListener

Group:  Servlet


Does not inherit

Local Index

No Entries

Header File

#include rwsf/servlet/EventListener.h

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. Note that the listener interface does not specify init() or destroy().

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.



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.