@Deprecated public class ConfluenceReadyEvent extends ConfluenceEvent
InitializingBean
in one of your components.
If you are writing a plugin and want to know when all the plugins have finished loading, you should
listen for PluginFrameworkStartedEvent
.
If you are writing core Confluence code, and want to know when the database has been configured
during setup, you should listen for DatabaseConfiguredEvent
.
If you are writing core Confluence code, and want to know when the upgrade system has finished
running, you should listen for UpgradeFinishedEvent
.Constructor and Description |
---|
ConfluenceReadyEvent(java.lang.Object src)
Deprecated.
since 4.0
|
Copyright © 2003-2014 Atlassian. All Rights Reserved.