15 #include "config_awesomium.h"
16 #include "awWebViewListener.h"
22 awesomium_cat.info() <<
"constructing WebViewListner" ;
29 awesomium_cat.info() <<
"onBeginLoading" ;
void onBeginLoading(const std::string &url, const std::wstring &frameName, int statusCode, const std::wstring &mimeType)
This event is fired when a WebView begins to actually receive data from a server. ...
void onChangeKeyboardFocus(bool isFocused)
This event is fired when keyboard focus has changed.
void onChangeTooltip(const std::wstring &tooltip)
This event is fired when a tooltip has changed state.
void onCallback(const std::string &name, const Awesomium::JSArguments &args)
This event is fired when a Client callback has been invoked via Javascript from a page...
void onChangeTargetURL(const std::string &url)
This event is fired when the target URL has changed.
void onBeginNavigation(const std::string &url, const std::wstring &frameName)
This event is fired when a WebView begins navigating to a new URL.
TypeHandle is the identifier used to differentiate C++ class types.
void onFinishLoading()
This event is fired when all loads have finished for a WebView.
void onReceiveTitle(const std::wstring &title, const std::wstring &frameName)
This event is fired when a page title is received.