Class SchedulerShuttingDownEvent
java.lang.Object
de.xima.fc.scheduling.events.SchedulerShuttingDownEvent
- All Implemented Interfaces:
Serializable
Event indicating that the scheduler is shutting down. This can be used to trigger cleanup operations or to notify
other components that the scheduler is in the process of shutting down.
- Since:
- 8.5.0
- Author:
- Michael Kohlsche
- See Also:
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
SchedulerShuttingDownEvent
public SchedulerShuttingDownEvent()
-