public abstract class SuccessfulOutcome<C> extends Outcome<C>
Outcome.onError(Throwable) method.| Modifier | Constructor and Description |
|---|---|
protected |
SuccessfulOutcome(com.google.web.bindery.event.shared.EventBus eventBus,
Resources resources) |
| Modifier and Type | Method and Description |
|---|---|
void |
onError(C context,
Throwable throwable)
Emits a error message using the
Messages.lastOperationFailed() error message. |
protected SuccessfulOutcome(com.google.web.bindery.event.shared.EventBus eventBus,
Resources resources)
Copyright © 2018 JBoss, a division of Red Hat. All rights reserved.