Class RequestEndedEvent
java.lang.Object
java.util.EventObject
com.atlassian.bitbucket.event.request.RequestEvent
com.atlassian.bitbucket.event.request.RequestEndedEvent
- All Implemented Interfaces:
Serializable
Dispatched to indicate a requestContext has ended.
- See Also:
-
Field Summary
Fields inherited from class java.util.EventObject
source
-
Constructor Summary
ConstructorsConstructorDescriptionRequestEndedEvent
(Object source, RequestContext requestContext) Constructs a newRequestEndedEvent
, providing the event's source and the RequestContext for the request that was ended. -
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
-
RequestEndedEvent
Constructs a newRequestEndedEvent
, providing the event's source and the RequestContext for the request that was ended.- Parameters:
source
- the event sourcerequestContext
- the RequestContext for the ended request
-