com.pentagaia.tb.start
Interface IPdsKernelProvider
- All Known Implementing Classes:
- KernelProvider
public interface IPdsKernelProvider
An interface implemented by service providers (see jar file specification).
This interface allows system modules and privileged jar files to customize and utilize the kernel.
- Since:
- 0.1.0
- Version:
- 0.1.0
- Author:
- mepeisen
onPreStartup
void onPreStartup(IPdsKernel kernel)
- Will be called if the kernel is about to be started.
There will be a kernel instance available by method
KernelManager#getKernel()
but it is not running at all.
- Parameters:
kernel
- The kernel to be used
Copyright © 2008. All Rights Reserved.