|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface iKernel_BootLoader
Method Summary | |
---|---|
void |
endApplication()
Method used to inform the application that is must exit. |
boolean |
pauseApplication()
Method returns “true” if the application could be put on pause, “false” otherwise. |
void |
setBootLoaderReference(iBootLoader_Kernel bootLoader)
Method used to give a reference for BootLoader to Kernel. |
void |
setGUIReference(iGUI_Kernel gui)
Method used to give a reference for GUI to Kernel. |
boolean |
startApplication()
Method returns “true” if everything started OK, “false” otherwise. |
Method Detail |
---|
boolean startApplication()
boolean pauseApplication()
void endApplication()
void setGUIReference(iGUI_Kernel gui)
void setBootLoaderReference(iBootLoader_Kernel bootLoader)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |