|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ISdkChangeListener
Interface for listeners on SDK modifications by the SDK Manager UI. This notifies when the SDK manager is first loading the SDK or before/after it installed a package.
Method Summary | |
---|---|
void |
onSdkLoaded()
Invoked when the content of the SDK is being loaded by the SDK Manager UI for the first time. |
void |
onSdkReload()
Invoked when the content of the SDK is being reloaded by the SDK Manager UI, typically after a package was installed. |
void |
postInstallHook()
Invoked when the SDK Manager UI is done installing packages. |
void |
preInstallHook()
Invoked when the SDK Manager UI is about to start installing packages. |
Method Detail |
---|
void onSdkLoaded()
onSdkReload()
or by a call to preInstallHook()
.
void preInstallHook()
postInstallHook()
.
void postInstallHook()
onSdkReload()
.
void onSdkReload()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |