Package net.algart.contexts
Interface InterruptionContext.Listener
- All Superinterfaces:
EventListener
- Enclosing interface:
InterruptionContext
-
Method Summary
Modifier and TypeMethodDescriptionvoid
This method is called by an application when it attempts to stop execution of some long-working module.
-
Method Details
-
interruptionRequested
This method is called by an application when it attempts to stop execution of some long-working module.- Parameters:
event
- interruption event.
-