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