Package 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: 2dfc9b6b606b24236c0f976ee57896e209b0d6cc $
-
-
Method Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description Class<?>
getRole()
Deprecated.since 4.4MA usegetRoleType()
insteadString
getRoleHint()
Type
getRoleType()
-
-
-
Method Detail
-
getRole
@Deprecated Class<?> getRole()
Deprecated.since 4.4MA usegetRoleType()
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
-
-