|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface LifecycleAware
Marks a class that wants to execute code on certain application-level lifecycle stages This only works on public components. This means the class must be listed as a component in the atlassian-plugins.xml and must be marked as public="true" and include an interface="com.atlassian.sal.api.lifecycle.LifecycleAware" section
| Method Summary | |
|---|---|
void |
onStart()
Called when the application has started or has been restored from backup |
| Method Detail |
|---|
void onStart()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||