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