T - the response typepublic class ServerSuccessRequestEvent<T> extends ServerSuccessRequestGwtEvent implements org.dominokit.domino.rest.shared.Event
| Modifier and Type | Field and Description |
|---|---|
protected org.dominokit.domino.rest.shared.request.ServerRequest |
request |
| Constructor and Description |
|---|
ServerSuccessRequestEvent(org.dominokit.domino.rest.shared.request.ServerRequest request,
T responseBean) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
dispatch(org.dominokit.domino.rest.shared.EventProcessor eventProcessor) |
void |
fire() |
void |
process() |
getAssociatedTypepublic ServerSuccessRequestEvent(org.dominokit.domino.rest.shared.request.ServerRequest request,
T responseBean)
public void fire()
fire in interface org.dominokit.domino.rest.shared.Eventpublic void process()
process in interface org.dominokit.domino.rest.shared.Eventprotected void dispatch(org.dominokit.domino.rest.shared.EventProcessor eventProcessor)
dispatch in class org.gwtproject.event.shared.Event<org.dominokit.domino.rest.shared.EventProcessor>Copyright © 2019–2021 Dominokit. All rights reserved.