Skip to main content
Senthil Kumaran
Source
Curriculum Vitae
Google Scholar
About Me
RSS Feeds
listings
java
abstractfactory
IBootLoader.java
IBootLoader.java
(Source)
1
2
3
4
5
6
public
interface
IBootLoader
{
/**
* Boot up the System Image.
*/
void
bootUp
();
}