public class ExtensionInstalledEvent extends AbstractExtensionEvent implements EndEvent
The event also send the following parameters:
InstalledExtension
instance
Implements EndEvent
since 9.2RC1.
ExtensionInstallFailedEvent
,
ExtensionInstallingEvent
Constructor and Description |
---|
ExtensionInstalledEvent()
Matches all extensions.
|
ExtensionInstalledEvent(ExtensionId extensionId,
String namespace)
Matches only the specified extension id or/and version.
|
getExtensionId, getNamespace, hasNamespace, matches
public ExtensionInstalledEvent()
public ExtensionInstalledEvent(ExtensionId extensionId, String namespace)
extensionId
- the extension identifiernamespace
- the namespace on which the event happenedCopyright © 2004–2021 XWiki. All rights reserved.