Class SchedulerStartedEvent

java.lang.Object
de.xima.fc.scheduling.events.SchedulerStartedEvent
All Implemented Interfaces:
Serializable

public class SchedulerStartedEvent extends Object implements Serializable
Event indicating that the scheduler has started up and is ready to execute tasks. This can be used to trigger any necessary initialization processes or to notify other components that rely on the scheduler that it is now operational.
Since:
8.5.0
Author:
Michael Kohlsche
See Also:
  • Constructor Details

    • SchedulerStartedEvent

      public SchedulerStartedEvent()