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

rwsf::EventListener

Package:  Servlet


Base Class

Local Index

Non-Members

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.

Related Global Macros

RWSF_DEFINE_RWSF_LISTENER (NAME)
RWSF_DEFINE_MESSAGE_HANDLER (NAME)

See Also

rwsf::HttpSessionListener

rwsf::ServletContextListener

rwsf::ServletContextAttributeListener



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.