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 Summary
Fields inherited from class java.util.EventObject
source
-
Constructor Summary
ConstructorDescriptionRequestStartedEvent
(Object source, RequestContext requestContext) Constructs a newRequestStartedEvent
, providing the event's source and the RequestContext for the request that was started. -
Method Summary
Methods inherited from class com.atlassian.bitbucket.event.request.RequestEvent
getRequestContext, isHttp
Methods inherited from class java.util.EventObject
getSource, toString
-
Constructor Details
-
RequestStartedEvent
Constructs a newRequestStartedEvent
, providing the event's source and the RequestContext for the request that was started.- Parameters:
source
- the event sourcerequestContext
- the RequestContext for the started request
-