Package com.vaadin.client.communication
Class RequestStartingEvent
- java.lang.Object
-
- com.google.web.bindery.event.shared.Event<RequestStartingEvent.Handler>
-
- com.vaadin.client.communication.RequestStartingEvent
-
public class RequestStartingEvent extends com.google.web.bindery.event.shared.Event<RequestStartingEvent.Handler>
Event fired when a request starts.- Since:
- 1.0
- Author:
- Vaadin Ltd
- See Also:
RequestResponseTracker.startRequest()
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceRequestStartingEvent.HandlerHandler forRequestStartingEvents.-
Nested classes/interfaces inherited from class com.google.web.bindery.event.shared.Event
com.google.web.bindery.event.shared.Event.Type<H extends Object>
-
-
Constructor Summary
Constructors Constructor Description RequestStartingEvent()Creates a new event.
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description protected voiddispatch(RequestStartingEvent.Handler handler)com.google.web.bindery.event.shared.Event.Type<RequestStartingEvent.Handler>getAssociatedType()static com.google.web.bindery.event.shared.Event.Type<RequestStartingEvent.Handler>getType()Gets the type of the event after ensuring the type has been created.
-
-
-
Method Detail
-
getType
public static com.google.web.bindery.event.shared.Event.Type<RequestStartingEvent.Handler> getType()
Gets the type of the event after ensuring the type has been created.- Returns:
- the type for the event
-
getAssociatedType
public com.google.web.bindery.event.shared.Event.Type<RequestStartingEvent.Handler> getAssociatedType()
- Specified by:
getAssociatedTypein classcom.google.web.bindery.event.shared.Event<RequestStartingEvent.Handler>
-
dispatch
protected void dispatch(RequestStartingEvent.Handler handler)
- Specified by:
dispatchin classcom.google.web.bindery.event.shared.Event<RequestStartingEvent.Handler>
-
-