Package io.jmix.flowui.event
Class BackgroundTaskTimeoutEvent
java.lang.Object
java.util.EventObject
org.springframework.context.ApplicationEvent
io.jmix.flowui.event.AbstractBackgroundTaskEvent
io.jmix.flowui.event.BackgroundTaskTimeoutEvent
- All Implemented Interfaces:
Serializable
Event is published if the task does not handle timeout in
BackgroundTask.handleTimeoutException().- See Also:
-
Field Summary
Fields inherited from class java.util.EventObject
source -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class io.jmix.flowui.event.AbstractBackgroundTaskEvent
getTask, isStopPropagation, setStopPropagationMethods inherited from class org.springframework.context.ApplicationEvent
getTimestampMethods inherited from class java.util.EventObject
getSource, toString
-
Constructor Details
-
BackgroundTaskTimeoutEvent
-