org.xwiki.extension.event
Class ExtensionInstalledEvent
java.lang.Object
org.xwiki.extension.event.AbstractExtensionEvent
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$
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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 identifiernamespace - the namespace on which the event happened
Copyright © 2004-2012 XWiki. All Rights Reserved.