Package org.xwiki.extension.event
Class ExtensionInitializedEvent
- java.lang.Object
-
- org.xwiki.extension.event.AbstractExtensionEvent
-
- org.xwiki.extension.event.ExtensionInitializedEvent
-
- All Implemented Interfaces:
ExtensionEvent
,Event
public class ExtensionInitializedEvent extends AbstractExtensionEvent
An event triggered when a extension has been initialized.The event also send the following parameters:
- source: the related
InstalledExtension
instance - data: null
- Since:
- 8.1M1
- Version:
- $Id: 013a9d258e6de77a4a4dcf634f92966f0e6bca72 $
-
-
Constructor Summary
Constructors Constructor Description ExtensionInitializedEvent()
Matches all extensions.ExtensionInitializedEvent(ExtensionId extensionId, String namespace)
Matches only the specified extension id or/and version.
-
Method Summary
-
Methods inherited from class org.xwiki.extension.event.AbstractExtensionEvent
getExtensionId, getNamespace, hasNamespace, matches
-
-
-
-
Constructor Detail
-
ExtensionInitializedEvent
public ExtensionInitializedEvent()
Matches all extensions.
-
ExtensionInitializedEvent
public ExtensionInitializedEvent(ExtensionId extensionId, String namespace)
Matches only the specified extension id or/and version.- Parameters:
extensionId
- the extension identifiernamespace
- the namespace from which the extensions has been uninstalled
-
-