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