public interface IOCallback
Modifier and Type | Method and Description |
---|---|
void |
done()
Method for sync notifications.
|
void |
onError(int errorCode,
String errorMessage)
Method for error notifications.
|
void done()
void onError(int errorCode, String errorMessage)
Copyright © 2017 JBoss by Red Hat. All rights reserved.