nn::nex::NotificationEvent Class

Syntax

class NotificationEvent

Description

Stores data related to notification events.

Class that stores data such as the notification event type and the originator of the event. To receive a notification event, this class is passed as an argument to a NotificationEventHandler::ProcessNotificationEvent callback registered by using the NgsFacade::RegisterNotificationEventHandler function.

Member Functions

NotificationEvent Default constructor.
GetSource Gets the PrincipalID of the originator of the event.
GetType Gets the event type.
GetSubType Gets the event subtype.
GetParam1 Gets a parameter defined differently for each event type.
GetParam2 Gets a parameter defined differently for each event type.
GetUInt64Param1 Gets a parameter defined differently for each event type.
GetStringParam Gets a parameter defined differently for each event type.

Reference

NotificationEventHandler, NotificationEvents

Revision History

2013/12/06
Added the GetUInt64Param1 function.
2011/01/27
Initial version.

CONFIDENTIAL