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