java.lang.Object | |||
↳ | java.util.EventObject | ||
↳ | com.atlassian.bitbucket.event.request.RequestEvent | ||
↳ | com.atlassian.bitbucket.event.request.RequestStartedEvent |
Dispatched to indicate a request has started.
[Expand]
Inherited Fields | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() |
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Constructs a new
RequestStartedEvent , providing the event's source and the RequestContext for the
request that was started. |
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() | |||||||||||
![]() | |||||||||||
![]() |
Constructs a new RequestStartedEvent
, providing the event's source and the RequestContext for the
request that was started.
source | the event source |
---|---|
requestContext | the RequestContext for the started request |