public class

RequestStartedEvent

extends RequestEvent
java.lang.Object
   ↳ java.util.EventObject
     ↳ com.atlassian.stash.event.request.RequestEvent
       ↳ com.atlassian.stash.event.request.RequestStartedEvent

Class Overview

Dispatched to indicate a request has started.

Summary

[Expand]
Inherited Fields
From class java.util.EventObject
Public Constructors
RequestStartedEvent(Object source, RequestContext requestContext)
Constructs a new RequestEndedEvent, providing the event's source and the RequestContext for the request that was started.
[Expand]
Inherited Methods
From class com.atlassian.stash.event.request.RequestEvent
From class java.util.EventObject
From class java.lang.Object

Public Constructors

public RequestStartedEvent (Object source, RequestContext requestContext)

Constructs a new RequestEndedEvent, providing the event's source and the RequestContext for the request that was started.

Parameters
source the event source
requestContext the RequestContext for the started request