public static class CompletionListener.Multicaster extends Multicaster<CompletionListener> implements CompletionListener
CompletionListener.FromCallback, CompletionListener.Multicaster, CompletionListener.ToCallbackmembers| Constructor and Description |
|---|
Multicaster(CompletionListener... members) |
| Modifier and Type | Method and Description |
|---|---|
void |
onError(ErrorInfo reason)
Called when the associated operation completes with an error.
|
void |
onSuccess()
Called when the associated operation completes successfully,
|
public Multicaster(CompletionListener... members)
public void onSuccess()
CompletionListeneronSuccess in interface CompletionListenerpublic void onError(ErrorInfo reason)
CompletionListeneronError in interface CompletionListener