Interface Callback.Completing
- All Known Implementing Classes:
 Callback.Nested, CountingCallback, HTTP2Session.Entry
- Enclosing interface:
 Callback
A Callback implementation that calls the completed() method when it either succeeds or fails.
- 
Nested Class Summary
Nested classes/interfaces inherited from interface Callback
Callback.Combination, Callback.Completable, Callback.Completing, Callback.NestedNested classes/interfaces inherited from interface Invocable
Invocable.Callable, Invocable.InvocationType, Invocable.ReadyTask, Invocable.Task - 
Field Summary
Fields inherited from interface Callback
NOOP, NOT_CALLEDFields inherited from interface Invocable
__nonBlocking - 
Method Summary
Methods inherited from interface Callback
completeWithMethods inherited from interface Invocable
getInvocationType 
- 
Method Details
- 
completed
void completed() - 
succeeded
 - 
failed
 
 -