Class TransferListenerInvoker

  • All Implemented Interfaces:
    TransferListener

    public class TransferListenerInvoker
    extends Object
    implements TransferListener
    An SDK-internal helper class that composes multiple provided TransferListeners together into a single logical chain. Invocations on TransferListenerInvoker will be delegated to the underlying chain, while suppressing (and logging) any exceptions that are thrown.