Class DisplayNameChangedEvent

All Implemented Interfaces:
Serializable

@AsynchronousPreferred public class DisplayNameChangedEvent extends ApplicationConfigurationChangedEvent<String>
Event that is raised when the application display name is changed.

This event is internally audited with CoverageLevel.BASE level.

See Also:
  • Constructor Details

    • DisplayNameChangedEvent

      public DisplayNameChangedEvent(@Nonnull Object source, @Nullable String oldValue, @Nullable String newValue)