#include <llwebbrowserctrl.h>
Inheritance diagram for LLWebBrowserCtrlObserver:

| Public Types | |
| typedef LLWebBrowserCtrlEvent | EventType | 
| Public Member Functions | |
| virtual | ~LLWebBrowserCtrlObserver () | 
| virtual void | onNavigateBegin (const EventType &eventIn) | 
| virtual void | onNavigateComplete (const EventType &eventIn) | 
| virtual void | onUpdateProgress (const EventType &eventIn) | 
| virtual void | onStatusTextChange (const EventType &eventIn) | 
| virtual void | onLocationChange (const EventType &eventIn) | 
| virtual void | onClickLinkHref (const EventType &eventIn) | 
| virtual void | onClickLinkSecondLife (const EventType &eventIn) | 
Definition at line 78 of file llwebbrowserctrl.h.
Definition at line 81 of file llwebbrowserctrl.h.
| virtual LLWebBrowserCtrlObserver::~LLWebBrowserCtrlObserver | ( | ) |  [inline, virtual] | 
Definition at line 81 of file llwebbrowserctrl.h.
| virtual void LLWebBrowserCtrlObserver::onClickLinkHref | ( | const EventType & | eventIn | ) |  [inline, virtual] | 
Definition at line 89 of file llwebbrowserctrl.h.
| virtual void LLWebBrowserCtrlObserver::onClickLinkSecondLife | ( | const EventType & | eventIn | ) |  [inline, virtual] | 
Definition at line 90 of file llwebbrowserctrl.h.
| virtual void LLWebBrowserCtrlObserver::onLocationChange | ( | const EventType & | eventIn | ) |  [inline, virtual] | 
Definition at line 88 of file llwebbrowserctrl.h.
| virtual void LLWebBrowserCtrlObserver::onNavigateBegin | ( | const EventType & | eventIn | ) |  [inline, virtual] | 
Definition at line 84 of file llwebbrowserctrl.h.
| virtual void LLWebBrowserCtrlObserver::onNavigateComplete | ( | const EventType & | eventIn | ) |  [inline, virtual] | 
Definition at line 85 of file llwebbrowserctrl.h.
| virtual void LLWebBrowserCtrlObserver::onStatusTextChange | ( | const EventType & | eventIn | ) |  [inline, virtual] | 
Definition at line 87 of file llwebbrowserctrl.h.
| virtual void LLWebBrowserCtrlObserver::onUpdateProgress | ( | const EventType & | eventIn | ) |  [inline, virtual] | 
Definition at line 86 of file llwebbrowserctrl.h.
 1.4.7
 1.4.7