toggle menu
kotlin-jupyter-kernel
0.12.0-335
jvm
switch theme
search in API
shared-compiler
/
org.jetbrains.kotlinx.jupyter.execution
/
InterruptionCallbacksProcessor
Interruption
Callbacks
Processor
interface
InterruptionCallbacksProcessor
:
ExtensionsProcessor
<
InterruptionCallback
>
Members
Functions
register
Link copied to clipboard
open
fun
register
(
extension
:
InterruptionCallback
)
abstract
fun
register
(
extension
:
InterruptionCallback
,
priority
:
Int
)
register
All
Link copied to clipboard
open
fun
registerAll
(
extensions
:
Iterable
<
InterruptionCallback
>
)
registered
Extensions
Link copied to clipboard
abstract
fun
registeredExtensions
(
)
:
Collection
<
InterruptionCallback
>
registered
Extensions
With
Priority
Link copied to clipboard
abstract
fun
registeredExtensionsWithPriority
(
)
:
List
<
Pair
<
InterruptionCallback
,
Int
>
>
run
Callbacks
Link copied to clipboard
abstract
fun
runCallbacks
(
)
unregister
Link copied to clipboard
abstract
fun
unregister
(
extension
:
InterruptionCallback
)
unregister
All
Link copied to clipboard
abstract
fun
unregisterAll
(
)