Class SystemUpdatesExecutedEvent

java.lang.Object
de.xima.fc.update.events.SystemUpdatesExecutedEvent
All Implemented Interfaces:
Serializable

public class SystemUpdatesExecutedEvent extends Object implements Serializable
Event that is fired when all system updates have been executed. This event is fired after the last update has been executed, but before the system is fully started and ready to accept requests. This can be used to perform any necessary actions after all updates have been executed, but before the system is fully started.
Since:
8.5.0
Author:
XIMA MEDIA GmbH
See Also:
  • Constructor Details

    • SystemUpdatesExecutedEvent

      public SystemUpdatesExecutedEvent()