io.sarl.sre.janus.services.lifecycle
Interface KernelAgentLifecycleListener
All Superinterfaces:
java.util.EventListener
All Known Implementing Classes:
AsynchronousKernelStoppingListener
Functional Interface:
This is a functional interface and can therefore be used as the assignment target for a lambda expression or action reference.
@java.lang.FunctionalInterface
interface KernelAgentLifecycleListener
implements java.util.EventListener
Listener on events related to the kernel agent.
Maven Group Identifier:
io.sarl.sre.janus
Maven Artifact Identifier:
janus.kernel
Action Summary
Modifier and type Action and description
abstract void kernelAgentDestroyed
Invoked when the kernel agent is destroyed.
Action Details
kernelAgentDestroyed
def kernelAgentDestroyed
Invoked when the kernel agent is destroyed.