Search in sources :

Example 1 with ProfileChangedEvent

use of org.entando.entando.aps.system.services.userprofile.event.ProfileChangedEvent in project entando-core by entando.

the class UserProfileManager method notifyProfileChanging.

private void notifyProfileChanging(IUserProfile profile, int operationCode) throws ApsSystemException {
    ProfileChangedEvent event = new ProfileChangedEvent();
    event.setProfile(profile);
    event.setOperationCode(operationCode);
    this.notifyEvent(event);
}
Also used : ProfileChangedEvent(org.entando.entando.aps.system.services.userprofile.event.ProfileChangedEvent)

Aggregations

ProfileChangedEvent (org.entando.entando.aps.system.services.userprofile.event.ProfileChangedEvent)1