AcMapSessionReactor class

Land Desktop Development ARX CPP SDK

 

AcMapSessionReactor class

Header file: MapReactors.h.

The AcMapSessionReactor class is used to represent a session reactor, which notifies an application of session events.

To create a specific session reactor, subclass from AcMapSessionReactor.

Use AcMapSession::AddSessionReactor to add a session reactor to a session and AcMapSession::RemoveSessionReactor to remove it. Delete the pointer to the reactor using the delete operator when you unload the application.