-
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:
-
-
Maven Artifact Identifier:
-
Action Summary
Modifier and type |
Action and description |
abstract void |
kernelAgentDestroyed
Invoked when the kernel agent is destroyed. |
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.