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