Class SchedulerEnteringStandbyEvent
java.lang.Object
de.xima.fc.scheduling.events.SchedulerEnteringStandbyEvent
- All Implemented Interfaces:
Serializable
Event indicating that the scheduler is going into standby mode. This can be used to trigger operations that should
occur when the scheduler is paused or to notify other components that rely on the scheduler that it is now in standby
mode.
- Since:
- 8.5.0
- Author:
- Michael Kohlsche
- See Also:
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
SchedulerEnteringStandbyEvent
public SchedulerEnteringStandbyEvent()
-