Main Page   Class Hierarchy   Alphabetical List   Compound List   File List   Compound Members  

qhttpsessionbindinglistener.h

00001 // -*- c++ -*-
00002 
00003 #ifndef QHTTPSESSIONBINDINGLISTENER_H
00004 #define QHTTPSESSIONBINDINGLISTENER_H
00005 
00012 class QHttpSessionBindingListener
00013 {
00014 public: 
00015    virtual void valueBound( QHttpSessionBindingEvent *ev )=0;
00016    virtual void valueUnbound( QHttpSessionBindingEvent *ev )=0;
00017 };
00018 
00019 #endif

Generated on Wed Apr 9 23:50:21 2003 for QXServlet by doxygen1.2.17