public static interface CrudOperationDelegate.Callback
| Modifier and Type | Method and Description |
|---|---|
void |
onFailure(ResourceAddress address,
String name,
Throwable t) |
void |
onSuccess(ResourceAddress address,
String name) |
void onSuccess(ResourceAddress address, String name)
void onFailure(ResourceAddress address, String name, Throwable t)
Copyright © 2014 JBoss, a division of Red Hat. All rights reserved.