Home | Download | Screen shots | Discussion | Documentation |
---|
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. | |
Private Member Functions | |
virtual void | do_browser_changed (const browser_event &event)=0 |
This class should be inherited by classes that want to listen for browser_events
.
openvrml::browser_listener::~browser_listener | ( | ) | throw () [pure virtual] |
Destroy.
void openvrml::browser_listener::do_browser_changed | ( | const browser_event & | event | ) | [private, pure virtual] |
[in] | event | the browser_event to send. |