Layer Two Event Handler Stubs

From Virtual World Web Wiki
Revision as of 21:04, 12 April 2017 by Spark5 (Talk | contribs) (Documentation for the Layer Two Event Handler Stubs class)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

Remarks [edit]

A set of stubbed implementations of the Layer Two Events interfaces as virtual methods to make overriding and implementing single events much friendlier.

AbilityEventsHandler (Full Article)

This class implements a Layer Two extensibility point as virtual members which can be overriden as needed. Derive from this class to provide your own implementation.

See also: IAbilityEvents

AdminLifetimeEventsHandler (Full Article)

This class implements a Layer Two extensibility point as virtual members which can be overriden as needed. Derive from this class to provide your own implementation.

See also: IAdminLifetimeEvents

ChatRuntimeEventsHandler (Full Article)

This class implements a Layer Two extensibility point as virtual members which can be overriden as needed. Derive from this class to provide your own implementation.

See also: IChatRuntimeEvents

EntityEventsHandler (Full Article)

This class implements a Layer Two extensibility point as virtual members which can be overriden as needed. Derive from this class to provide your own implementation.

See also: IEntityEvents

FinancialEventsHandler (Full Article)

This class implements a Layer Two extensibility point as virtual members which can be overriden as needed. Derive from this class to provide your own implementation.

See also: IFinancialEvents

HostLifetimeEventsHandler (Full Article)

This class implements a Layer Two extensibility point as virtual members which can be overriden as needed. Derive from this class to provide your own implementation.

See also: IHostLifetimeEvents

InstanceRuntimeEventsHandler (Full Article)

This class implements a Layer Two extensibility point as virtual members which can be overriden as needed. Derive from this class to provide your own implementation.

See also: IInstanceRuntimeEvents

InventoryEventsHandler (Full Article)

This class implements a Layer Two extensibility point as virtual members which can be overriden as needed. Derive from this class to provide your own implementation.

See also: IInventoryEvents

LoginEventsHandler (Full Article)

This class implements a Layer Two extensibility point as virtual members which can be overriden as needed. Derive from this class to provide your own implementation.

See also: ILoginEvents

NavigateEventsHandler (Full Article)

This class implements a Layer Two extensibility point as virtual members which can be overriden as needed. Derive from this class to provide your own implementation.

See also: INavigateEvents

NotificationEventsHandler (Full Article)

This class implements a Layer Two extensibility point as virtual members which can be overriden as needed. Derive from this class to provide your own implementation.

See also: INotificationEvents

ObjectEventsHandler (Full Article)

This class implements a Layer Two extensibility point as virtual members which can be overriden as needed. Derive from this class to provide your own implementation.

See also: IObjectEvents

PermissionEventsHandler (Full Article)

This class implements a Layer Two extensibility point as virtual members which can be overriden as needed. Derive from this class to provide your own implementation.

See also: IPermissionEvents

PersonaEventsHandler (Full Article)

This class implements a Layer Two extensibility point as virtual members which can be overriden as needed. Derive from this class to provide your own implementation.

See also: IPersonaEvents

PersonaSelectionEventsHandler (Full Article)

This class implements a Layer Two extensibility point as virtual members which can be overriden as needed. Derive from this class to provide your own implementation.

See also: IPersonaSelectionEvents

ProviderLifetimeEventsHandler (Full Article)

This class implements a Layer Two extensibility point as virtual members which can be overriden as needed. Derive from this class to provide your own implementation.

See also: IProviderLifetimeEvents

See also: IComponentEvents

ResourceEventsHandler (Full Article)

This class implements a Layer Two extensibility point as virtual members which can be overriden as needed. Derive from this class to provide your own implementation.

See also: IResourceEvents

SessionEventsHandler (Full Article)

This class implements a Layer Two extensibility point as virtual members which can be overriden as needed. Derive from this class to provide your own implementation.

See also: ISessionEvents

WebViewLifetimeEventsHandler (Full Article)

This class implements a Layer Two extensibility point as virtual members which can be overriden as needed. Derive from this class to provide your own implementation.

See also: IWebViewLifetimeEvents

WebViewPipelineEventsHandler (Full Article)

This class implements a Layer Two extensibility point as virtual members which can be overriden as needed. Derive from this class to provide your own implementation.

See also: IWebViewPipelineEvents

WorldspaceEventsHandler (Full Article)

This class implements a Layer Two extensibility point as virtual members which can be overriden as needed. Derive from this class to provide your own implementation.

See also: IWorldspaceEvents