Package org.xwiki.extension.event
Class ExtensionUninstalledEvent
java.lang.Object
org.xwiki.extension.event.AbstractExtensionEvent
org.xwiki.extension.event.ExtensionUninstalledEvent
- All Implemented Interfaces:
ExtensionEvent
,EndEvent
,Event
An event triggered when a extension has been uninstalled.
The event also send the following parameters:
- source: the related
InstalledExtension
instance - data: null
Implements EndEvent
since 9.2RC1.
- Since:
- 4.0M1
- Version:
- $Id: 1d03a1a653ac02620bb32560bdf018df850fdb3e $
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionMatches all extensions.ExtensionUninstalledEvent
(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 Details
-
ExtensionUninstalledEvent
public ExtensionUninstalledEvent()Matches all extensions. -
ExtensionUninstalledEvent
Matches only the specified extension id or/and version.- Parameters:
extensionId
- the extension identifiernamespace
- the namespace from which the extensions has been uninstalled
-