openvrml::browser_listener Class Referenceabstract

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

#include <openvrml/browser.h>

Public Member Functions

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

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)
privatepure virtual
Parameters
[in]eventthe browser_event to send.