Package org.xwiki.resource.events
Class ResourceReferenceHandledEvent
- java.lang.Object
-
- org.xwiki.resource.events.AbstractResourceReferenceHandlerEvent
-
- org.xwiki.resource.events.ResourceReferenceHandledEvent
-
- All Implemented Interfaces:
org.xwiki.observation.event.EndEvent
,org.xwiki.observation.event.Event
,ResourceReferenceHandlerEvent
public class ResourceReferenceHandledEvent extends AbstractResourceReferenceHandlerEvent implements org.xwiki.observation.event.EndEvent
Event sent after the execution of aResourceReferenceHandler
.The event also send the following parameters:
- source: the instance of the executed
ResourceReferenceHandler
- data: the
ResourceReferenceHandlerException
if any
- Since:
- 9.11RC1
- Version:
- $Id: 6da89f92c9462555d160a1ab0bf63e0ea109f447 $
-
-
Constructor Summary
Constructors Constructor Description ResourceReferenceHandledEvent()
Match anyResourceReferenceHandledEvent
.ResourceReferenceHandledEvent(ResourceReference reference)
Constructor initializing the reference of the event.
-
-
-
Constructor Detail
-
ResourceReferenceHandledEvent
public ResourceReferenceHandledEvent()
Match anyResourceReferenceHandledEvent
.
-
ResourceReferenceHandledEvent
public ResourceReferenceHandledEvent(ResourceReference reference)
Constructor initializing the reference of the event.- Parameters:
reference
- the reference handled
-
-