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