|
Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference 11g Release 1 (11.1.1) E13403-04 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface PostStartupHook
A PostStartupHook allows an update to perform programmatic work after installation. The PostStartupHook's install() method is called once, immediately after an update has been installed.
PostStartupHooks must be aware that they are called whether the update is a new install or an upgrade. If the update is an upgrade, they should take care not to perform unnecessary work.
Method Summary | |
---|---|
void |
install()
Perform installation tasks after IDE startup. |
Method Detail |
---|
void install()
If your post startup hook does a lot of work, you should consider running the work in a thread and displaying progress UI. Otherwise, the IDE will appear to hang while your hook is executing.
|
Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference 11g Release 1 (11.1.1) E13403-04 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |