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: cc2e17519aaeb3ab9cb78af6eaf6cf1b71b31d50 $

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


Copyright © 2004-2013 XWiki. All Rights Reserved.