IWebViewLifetimeEvents

From Virtual World Web Wiki
Jump to: navigation, search

This interface describes a Layer Two extensibility point. Components can implement this interface and an instance of the implementing class will be created by MEF on startup. Web view lifetime events fire in the web view component environment and offer service lifetime notifications.

See also: WebViewLifetimeEventsHandler

Remarks [edit]

Methods

void Initialize()
Fires when the web view service starts up and initializes the Layer Two component system
void Shutdown()
Fires when the web view service is shutting down