public abstract class VoidCallback extends Object implements CommandCallback<Object>
Constructor and Description |
---|
VoidCallback() |
Modifier and Type | Method and Description |
---|---|
protected abstract void |
onSuccess()
Invoked when command handling execution was successful.
|
void |
onSuccess(Object result)
Invoked when command handling execution was successful.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
onFailure
public void onSuccess(Object result)
onSuccess()
.onSuccess
in interface CommandCallback<Object>
result
- The result of the command handling execution, if any.protected abstract void onSuccess()
Copyright © 2010-2014. All Rights Reserved.