DatabaseConfiguredEvent
, UpgradeFinishedEvent
, or
PluginFrameworkStartedEvent
instead@Deprecated public class ConfluenceReadyEvent extends ConfluenceEvent
Deprecated. This event is deprecated because its semantics were unclear. Better options are discussed below. This event is no longer published by Confluence, but exists to maintain binary compatibility with plugins for a few releases.
If you are writing a plugin and want to get triggered when your plugin is initialised, you should
implement 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
.
source
Constructor and Description |
---|
ConfluenceReadyEvent(Object src)
Deprecated.
since 4.0
|
equals, hashCode
getSource, toString
@Deprecated public ConfluenceReadyEvent(Object src)
Copyright © 2003–2017 Atlassian. All rights reserved.