com.atlassian.sal.api.lifecycle
Interface LifecycleAware


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

Since:
2.0

Method Summary
 void onStart()
          Called when the application has started or has been restored from backup
 

Method Detail

onStart

void onStart()
Called when the application has started or has been restored from backup



Copyright © 2009 Atlassian. All Rights Reserved.