org.xwiki.extension.event
Class ExtensionUpgradedEvent
java.lang.Object
org.xwiki.extension.event.AbstractExtensionEvent
org.xwiki.extension.event.ExtensionUpgradedEvent
- All Implemented Interfaces:
- ExtensionEvent, Event
public class ExtensionUpgradedEvent
- extends AbstractExtensionEvent
An event triggered when a extension has been upgraded.
- Since:
- 4.0M1
- Version:
- $Id$
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ExtensionUpgradedEvent
public ExtensionUpgradedEvent()
- Matches all extensions.
ExtensionUpgradedEvent
public ExtensionUpgradedEvent(ExtensionId extensionId,
String namespace)
- Matches only the specified extension id or/and version.
- Parameters:
extensionId - the extension identifiernamespace - the namespace on which the event happened
Copyright © 2004-2012 XWiki. All Rights Reserved.