public class DummyCallback extends SyncIOCompletion
Constructor and Description |
---|
DummyCallback() |
Modifier and Type | Method and Description |
---|---|
void |
done()
Method for sync notifications.
|
static DummyCallback |
getInstance() |
void |
onError(int errorCode,
String errorMessage)
Method for error notifications.
|
void |
storeLineUp() |
void |
waitCompletion() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
done, onError
public static DummyCallback getInstance()
public void done()
IOCallback
public void onError(int errorCode, String errorMessage)
IOCallback
public void waitCompletion() throws Exception
waitCompletion
in class SyncIOCompletion
Exception
public void storeLineUp()
Copyright © 2021 JBoss by Red Hat. All rights reserved.