org.xwiki.extension.event
Class ExtensionUninstalledEvent

java.lang.Object
  extended by org.xwiki.extension.event.AbstractExtensionEvent
      extended by 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$

Constructor Summary
ExtensionUninstalledEvent()
          Matches all extensions.
ExtensionUninstalledEvent(ExtensionId extensionId, String namespace)
          Matches only the specified extension id or/and version.
 
Method Summary
 
Methods inherited from class org.xwiki.extension.event.AbstractExtensionEvent
getExtensionId, getNamespace, hasNamespace, matches
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

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 identifier
namespace - the namespace from which the extensions has been uninstalled


Copyright © 2004-2012 XWiki. All Rights Reserved.