|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface UpdateCheckInstance
| Field Summary | |
|---|---|
static int |
UCI_INSTALL
|
static int |
UCI_UNINSTALL
|
static int |
UCI_UPDATE
|
| Method Summary | |
|---|---|
void |
addDecisionListener(UpdateManagerDecisionListener l)
|
void |
addListener(UpdateCheckInstanceListener l)
|
void |
addUpdatableComponent(UpdatableComponent component,
boolean mandatory)
Add a further updatable component to this instance. |
void |
cancel()
|
UpdateInstaller |
createInstaller()
|
UpdateChecker[] |
getCheckers()
|
UpdateManager |
getManager()
Access to the update manager |
java.lang.String |
getName()
returns the name supplied when the instance was created (or "" if it wasn't) |
int |
getType()
returns one of the above UCI_ constants |
Update[] |
getUpdates()
|
boolean |
isAutomatic()
|
boolean |
isCancelled()
|
boolean |
isLowNoise()
|
void |
removeDecisionListener(UpdateManagerDecisionListener l)
|
void |
removeListener(UpdateCheckInstanceListener l)
|
void |
setAutomatic(boolean automatic)
|
void |
setLowNoise(boolean low_noise)
|
void |
start()
|
| Field Detail |
|---|
static final int UCI_INSTALL
static final int UCI_UPDATE
static final int UCI_UNINSTALL
| Method Detail |
|---|
int getType()
java.lang.String getName()
void start()
void cancel()
boolean isCancelled()
UpdateChecker[] getCheckers()
Update[] getUpdates()
UpdateInstaller createInstaller()
throws UpdateException
UpdateException
void addUpdatableComponent(UpdatableComponent component,
boolean mandatory)
component - mandatory - UpdateManager getManager()
void setAutomatic(boolean automatic)
boolean isAutomatic()
void setLowNoise(boolean low_noise)
boolean isLowNoise()
void addDecisionListener(UpdateManagerDecisionListener l)
void removeDecisionListener(UpdateManagerDecisionListener l)
void addListener(UpdateCheckInstanceListener l)
void removeListener(UpdateCheckInstanceListener l)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||