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

Method Summary
 Class<?> getRole()
          Deprecated. since 4.4MA use getRoleType() instead
 String getRoleHint()
           
 Type getRoleType()
           
 
Methods inherited from interface org.xwiki.observation.event.Event
matches
 

Method Detail

getRole

@Deprecated
Class<?> getRole()
Deprecated. since 4.4MA use getRoleType() instead

Returns:
the role of the component

getRoleType

Type getRoleType()
Returns:
the role type of the component
Since:
4.4RC1

getRoleHint

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