Class SystemStartEvent

java.lang.Object
de.xima.fc.system.events.SystemStartEvent
All Implemented Interfaces:
Serializable

public class SystemStartEvent extends Object implements Serializable
Event indicating that the system should start up. This can be used to trigger any necessary initialization processes or to notify other components that the system is now operational.
Since:
8.5.0
Author:
Michael Kohlsche
See Also:
  • Constructor Details

    • SystemStartEvent

      public SystemStartEvent()