io.sarl.sre.janus
Class AsynchronousKernelStoppingListener
All Superinterfaces:
KernelAgentLifecycleListener, java.lang.Runnable, java.lang.Thread.UncaughtExceptionHandler, java.util.EventListener
Enclosing class:
Kernel
protected static class AsynchronousKernelStoppingListener
extends java.lang.Object
implements KernelAgentLifecycleListener, java.lang.Runnable, java.lang.Thread.UncaughtExceptionHandler
Asynchronous listener on platform events.
Maven Group Identifier:
io.sarl.sre.janus
Maven Artifact Identifier:
janus.kernel
Constructor Summary
Constructor and description
new(Kernel)
Action Summary
Modifier and type Action and description
void kernelAgentDestroyed
void run
java.lang.Thread startAsync
Start the stopper asynchronously.
void uncaughtException(Thread,Throwable)
Constructor Details
new(Kernel)
new(Kernel)
Action Details
kernelAgentDestroyed
def kernelAgentDestroyed
run
def run
startAsync
def startAsync : java.lang.Thread
Start the stopper asynchronously.
Since:
0.10
uncaughtException(Thread,Throwable)
def uncaughtException(Thread,Throwable)