nn::nex::NotificationEventHandler Class

Syntax

class NotificationEventHandler : public nn::nex::RootObject

Description

Base class for handling notification events.

To receive a notification event, the client process must register the NotificationEventHandler by using the NgsFacade::RegisterNotificationEventHandler function after the client logs in to the game server. Once a handler is registered, each time a client process receives a notification event, the event is sent to the handler and the ProcessNotificationEvent callback is called.

Member Functions

PV ProcessNotificationEvent Callback function called at notification of an event.

Class Hierarchy

nn::nex::RootObject
  nn::nex::NotificationEventHandler

See Also

NotificationEvent

Revision History

2011/01/27
Initial version.

CONFIDENTIAL