A C G M O

A

AbstractComponentDescriptorEvent - Class in org.xwiki.component.event
Base class for events about components descriptors.
AbstractComponentDescriptorEvent() - Constructor for class org.xwiki.component.event.AbstractComponentDescriptorEvent
Watches all roles (whenever a component is added it'll trigger this event).
AbstractComponentDescriptorEvent(Class<?>) - Constructor for class org.xwiki.component.event.AbstractComponentDescriptorEvent
 
AbstractComponentDescriptorEvent(Class<?>, String) - Constructor for class org.xwiki.component.event.AbstractComponentDescriptorEvent
 

C

ComponentDescriptorAddedEvent - Class in org.xwiki.component.event
Event sent to tell that a new Component Descriptor has been registered.
ComponentDescriptorAddedEvent() - Constructor for class org.xwiki.component.event.ComponentDescriptorAddedEvent
Watches all roles (whenever a component is added it'll trigger this event).
ComponentDescriptorAddedEvent(Class<?>) - Constructor for class org.xwiki.component.event.ComponentDescriptorAddedEvent
 
ComponentDescriptorAddedEvent(Class<?>, String) - Constructor for class org.xwiki.component.event.ComponentDescriptorAddedEvent
 
ComponentDescriptorEvent - Interface in org.xwiki.component.event
Base interface for all components descriptor events.
ComponentDescriptorRemovedEvent - Class in org.xwiki.component.event
Event sent to tell that a new Component Descriptor has been unregistered.
ComponentDescriptorRemovedEvent() - Constructor for class org.xwiki.component.event.ComponentDescriptorRemovedEvent
Watches all roles (whenever a component is added it'll trigger this event).
ComponentDescriptorRemovedEvent(Class<?>) - Constructor for class org.xwiki.component.event.ComponentDescriptorRemovedEvent
 
ComponentDescriptorRemovedEvent(Class<?>, String) - Constructor for class org.xwiki.component.event.ComponentDescriptorRemovedEvent
 

G

getRole() - Method in class org.xwiki.component.event.AbstractComponentDescriptorEvent
 
getRole() - Method in interface org.xwiki.component.event.ComponentDescriptorEvent
 
getRoleHint() - Method in class org.xwiki.component.event.AbstractComponentDescriptorEvent
 
getRoleHint() - Method in interface org.xwiki.component.event.ComponentDescriptorEvent
 

M

matches(Object) - Method in class org.xwiki.component.event.AbstractComponentDescriptorEvent
 
matches(Object) - Method in class org.xwiki.component.event.ComponentDescriptorAddedEvent
 
matches(Object) - Method in class org.xwiki.component.event.ComponentDescriptorRemovedEvent
 

O

org.xwiki.component.event - package org.xwiki.component.event
 

A C G M O

Copyright © 2004-2012 XWiki. All Rights Reserved.