- public interface JXBootInterface
JXBootInterface defines the minimum features that a core module
needs to notify its boot class to carry out its desired action. This
interface is useful for testing and automatic reboot after a new update
such that new changes can take effect in the core module without
ending the current desktop session.
- Since:
- JD4X 1.0
- Version:
- 0.1, 25/04/2003
|
Method Summary |
void |
notifyBootRequest()
Notify the boot class that it requires a boot service. |
notifyBootRequest
public void notifyBootRequest()
- Notify the boot class that it requires a boot service.