Package org.xwiki.resource.events
Class ResourceReferenceHandlingEvent
- java.lang.Object
-
- org.xwiki.resource.events.AbstractResourceReferenceHandlerEvent
-
- org.xwiki.resource.events.ResourceReferenceHandlingEvent
-
- All Implemented Interfaces:
org.xwiki.observation.event.BeginEvent
,org.xwiki.observation.event.Event
,ResourceReferenceHandlerEvent
public class ResourceReferenceHandlingEvent extends AbstractResourceReferenceHandlerEvent implements org.xwiki.observation.event.BeginEvent
Event sent before starting the execution of aResourceReferenceHandler
.The event also send the following parameters:
- source: the instance of the executed
ResourceReferenceHandler
- data: null
- Since:
- 9.11RC1
- Version:
- $Id: 07a9934ee20202a9a41bb42cec9d40e1985f8942 $
-
-
Constructor Summary
Constructors Constructor Description ResourceReferenceHandlingEvent()
Match anyResourceReferenceHandlingEvent
.ResourceReferenceHandlingEvent(ResourceReference reference)
Constructor initializing the reference of the event.
-
-
-
Constructor Detail
-
ResourceReferenceHandlingEvent
public ResourceReferenceHandlingEvent()
Match anyResourceReferenceHandlingEvent
.
-
ResourceReferenceHandlingEvent
public ResourceReferenceHandlingEvent(ResourceReference reference)
Constructor initializing the reference of the event.- Parameters:
reference
- the reference handled
-
-