org.xwiki.component.event
Interface ComponentDescriptorEvent

All Superinterfaces:
Event
All Known Implementing Classes:
AbstractComponentDescriptorEvent, ComponentDescriptorAddedEvent, ComponentDescriptorRemovedEvent

public interface ComponentDescriptorEvent
extends Event

Base interface for all components descriptor events.

Since:
2.6RC2
Version:
$Id: a312b4ebb6708f1a5b0319262de9f751974459ba $

Method Summary
 Class<?> getRole()
           
 String getRoleHint()
           
 
Methods inherited from interface org.xwiki.observation.event.Event
matches
 

Method Detail

getRole

Class<?> getRole()
Returns:
the role of the component

getRoleHint

String getRoleHint()
Returns:
the role hint of the component


Copyright © 2004-2012 XWiki. All Rights Reserved.