Uses of Interface
com.swiftmq.swiftlet.event.KernelStartupListener
-
Packages that use KernelStartupListener Package Description com.swiftmq.impl.mgmt.standard com.swiftmq.swiftlet -
-
Uses of KernelStartupListener in com.swiftmq.impl.mgmt.standard
Classes in com.swiftmq.impl.mgmt.standard that implement KernelStartupListener Modifier and Type Class Description class
SwiftletContext
-
Uses of KernelStartupListener in com.swiftmq.swiftlet
Methods in com.swiftmq.swiftlet with parameters of type KernelStartupListener Modifier and Type Method Description void
SwiftletManager. addKernelStartupListener(KernelStartupListener l)
Adds a KernelStartupListener.void
SwiftletManager. removeKernelStartupListener(KernelStartupListener l)
Removes a KernelStartupListener.
-