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