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