openvrml::browser_listener Class Reference

This class should be inherited by classes that want to listen for browser_events. More...

#include <openvrml/browser.h>

List of all members.

Public Member Functions

virtual ~browser_listener ()=0 throw ()
 Destroy.

Private Member Functions

virtual void do_browser_changed (const browser_event &event)=0

Detailed Description

This class should be inherited by classes that want to listen for browser_events.


Constructor & Destructor Documentation

openvrml::browser_listener::~browser_listener ( ) throw () [pure virtual]

Destroy.


Member Function Documentation

void openvrml::browser_listener::do_browser_changed ( const browser_event event) [private, pure virtual]
Parameters:
[in]eventthe browser_event to send.