|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
This interface outlines the functions that an Updator object must perform, including such functions as setting the message to display to the user regarding the update, the url of any resources to download for the update, etc.
Method Summary | |
void |
cancelUpdate()
Cancel the update. |
void |
doUpdate()
Perform the update operation. |
void |
setClassPath(java.lang.String classpath)
Set the classpath that LimeWire should use to load the appropriate jar files. |
void |
setMainClass(java.lang.String mainClass)
Set the main class for LimeWire to load on startup. |
void |
setMessageToDisplay(java.lang.String message)
Set the message to display to the user. |
void |
setUpdateURL(java.lang.String url)
Set the url to use for the update. |
Method Detail |
public void setMessageToDisplay(java.lang.String message)
public void setUpdateURL(java.lang.String url)
public void setClassPath(java.lang.String classpath)
public void setMainClass(java.lang.String mainClass)
public void doUpdate()
public void cancelUpdate()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |