Class RequestStartedEvent

java.lang.Object
java.util.EventObject
com.atlassian.bitbucket.event.request.RequestEvent
com.atlassian.bitbucket.event.request.RequestStartedEvent
All Implemented Interfaces:
Serializable

public class RequestStartedEvent extends RequestEvent
Dispatched to indicate a request has started.
See Also:
  • Constructor Details

    • RequestStartedEvent

      public RequestStartedEvent(Object source, RequestContext requestContext)
      Constructs a new RequestStartedEvent, 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