public class ResponseHandlingEndedEvent extends com.google.web.bindery.event.shared.Event<ResponseHandlingEndedEvent.Handler>
| Modifier and Type | Class and Description |
|---|---|
static interface |
ResponseHandlingEndedEvent.Handler
Handler for
ResponseHandlingEndedEvents. |
| Constructor and Description |
|---|
ResponseHandlingEndedEvent()
Creates an event object.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
dispatch(ResponseHandlingEndedEvent.Handler handler) |
com.google.web.bindery.event.shared.Event.Type<ResponseHandlingEndedEvent.Handler> |
getAssociatedType() |
static com.google.web.bindery.event.shared.Event.Type<ResponseHandlingEndedEvent.Handler> |
getType()
Gets the type of the event after ensuring the type has been created.
|
public ResponseHandlingEndedEvent()
public static com.google.web.bindery.event.shared.Event.Type<ResponseHandlingEndedEvent.Handler> getType()
public com.google.web.bindery.event.shared.Event.Type<ResponseHandlingEndedEvent.Handler> getAssociatedType()
getAssociatedType in class com.google.web.bindery.event.shared.Event<ResponseHandlingEndedEvent.Handler>protected void dispatch(ResponseHandlingEndedEvent.Handler handler)
dispatch in class com.google.web.bindery.event.shared.Event<ResponseHandlingEndedEvent.Handler>Copyright © 2000–2026 Vaadin Ltd. All rights reserved.