protected static class Kernel.AsynchronousKernelStoppingListener extends Object implements KernelAgentLifecycleListener, Runnable, Thread.UncaughtExceptionHandler
Constructor and Description |
---|
AsynchronousKernelStoppingListener(kernel : Kernel) |
Modifier and Type | Method and Description |
---|---|
void |
kernelAgentDestroyed()
Invoked when the kernel agent is destroyed.
|
void |
run() |
Thread |
startAsync()
Start the stopper asynchronously.
|
void |
uncaughtException(thread : Thread,
exception : Throwable) |
public new
(kernel : Kernel)
public def
kernelAgentDestroyed() : void
KernelAgentLifecycleListener
kernelAgentDestroyed
in interface KernelAgentLifecycleListener
public def
startAsync() : Thread
Kernel.AsynchronousKernelStoppingListener
public def
uncaughtException(thread : Thread,
exception : Throwable) : void
uncaughtException
in interface Thread.UncaughtExceptionHandler
Copyright © 2021 the original authors or authors.