Package io.ably.lib.realtime
Interface CompletionListener
- All Known Implementing Classes:
CompletionListener.FromCallback,CompletionListener.Multicaster
public interface CompletionListener
An interface allowing a client to be notified of the outcome
of an asynchronous operation.
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classCompletionListener.FromCallbackstatic classCompletionListener.MulticasterA Multicaster instance is used in the Ably library to manage a list of client listeners against certain operations.static classCompletionListener.ToCallback -
Method Summary