Interface Callback.Completing

All Superinterfaces:
Callback, Invocable
All Known Implementing Classes:
Callback.Nested, CountingCallback
Enclosing interface:
Callback

public static interface Callback.Completing extends Callback

A Callback implementation that calls the completed() method when it either succeeds or fails.