org.xwiki.extension.event
Class ExtensionInstalledEvent

java.lang.Object
  extended by org.xwiki.extension.event.AbstractExtensionEvent
      extended by org.xwiki.extension.event.ExtensionInstalledEvent
All Implemented Interfaces:
ExtensionEvent, Event

public class ExtensionInstalledEvent
extends AbstractExtensionEvent

An event triggered when a extension has been installed.

Since:
4.0M1
Version:
$Id$

Constructor Summary
ExtensionInstalledEvent()
          Matches all extensions.
ExtensionInstalledEvent(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

ExtensionInstalledEvent

public ExtensionInstalledEvent()
Matches all extensions.


ExtensionInstalledEvent

public ExtensionInstalledEvent(ExtensionId extensionId,
                               String namespace)
Matches only the specified extension id or/and version.

Parameters:
extensionId - the extension identifier
namespace - the namespace on which the event happened


Copyright © 2004-2012 XWiki. All Rights Reserved.