org.xwiki.extension.event
Interface ExtensionEvent

All Superinterfaces:
Event
All Known Implementing Classes:
AbstractExtensionEvent, ExtensionInstalledEvent, ExtensionUninstalledEvent, ExtensionUpgradedEvent

public interface ExtensionEvent
extends Event

An extension related event.

Since:
4.0M1
Version:
$Id: 5a7a7b74c8ecaec38e879195c8faa1afb1a8b607 $

Method Summary
 ExtensionId getExtensionId()
           
 String getNamespace()
           
 boolean hasNamespace()
           
 
Methods inherited from interface org.xwiki.observation.event.Event
matches
 

Method Detail

getExtensionId

ExtensionId getExtensionId()
Returns:
the event related extension identifier

getNamespace

String getNamespace()
Returns:
the namespace on which the event happened, null mean root namespace

hasNamespace

boolean hasNamespace()
Returns:
indicate of the namespace has been set in this event


Copyright © 2004-2013 XWiki. All Rights Reserved.