public interface IOCallback
Modifier and Type | Method and Description |
---|---|
void |
done()
Method for sync notifications.
|
static void |
done(Collection<? extends IOCallback> delegates) |
static void |
onError(Collection<? extends IOCallback> delegates,
int errorCode,
String errorMessage) |
void |
onError(int errorCode,
String errorMessage)
Method for error notifications.
|
void done()
void onError(int errorCode, String errorMessage)
static void done(Collection<? extends IOCallback> delegates)
static void onError(Collection<? extends IOCallback> delegates, int errorCode, String errorMessage)
Copyright © 2019 JBoss by Red Hat. All rights reserved.