Class RequestStartedEvent
java.lang.Object
java.util.EventObject
com.atlassian.bitbucket.event.request.RequestEvent
com.atlassian.bitbucket.event.request.RequestStartedEvent
- All Implemented Interfaces:
- Serializable
Dispatched to indicate a request has started.
- See Also:
- 
Field SummaryFields inherited from class java.util.EventObjectsource
- 
Constructor SummaryConstructorsConstructorDescriptionRequestStartedEvent(Object source, RequestContext requestContext) Constructs a newRequestStartedEvent, providing the event's source and the RequestContext for the request that was started.
- 
Method SummaryMethods inherited from class com.atlassian.bitbucket.event.request.RequestEventgetRequestContext, isHttpMethods inherited from class java.util.EventObjectgetSource, toString
- 
Constructor Details- 
RequestStartedEventConstructs a newRequestStartedEvent, 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
 
 
-