The AcApProfileManagerReactor class provides a container for different event notifications based on user profile changes.
|
AcApProfileManagerReactor class notifications |
|
|---|---|
|
Notification |
Associated Method |
|
The current profile is about to be changed |
AcApProfileManagerReactor::currentProfileWillChange |
|
The current profile has been changed |
AcApProfileManagerReactor::currentProfileChanged |
|
The current profile is about to be reset |
AcApProfileManagerReactor::currentProfileWillBeReset |
|
The current profile has been reset |
AcApProfileManagerReactor::currentProfileReset |
|
A non-current profile is about to be reset |
AcApProfileManagerReactor::profileWillReset |
|
A non-current profile has been reset |
AcApProfileManagerReactor::profileReset |