Class SystemUpdatesExecutedEvent
java.lang.Object
de.xima.fc.update.events.SystemUpdatesExecutedEvent
- All Implemented Interfaces:
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 Summary
Constructors -
Method Summary
-
Constructor Details
-
SystemUpdatesExecutedEvent
public SystemUpdatesExecutedEvent()
-