Class TransferListener<T>

  • Type Parameters:
    T - type
    All Implemented Interfaces:
    <T,​>

    public class TransferListener<T>
    extends 
    implements <T,​>
    Author:
    Nikita Koksharov
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void accept​(T t,  u)  
      • Methods inherited from class java.lang.

        , , , , , , , , , ,
      • Methods inherited from interface java.util.function.

    • Constructor Detail

      • TransferListener

        public TransferListener​(RPromise<T> promise)
    • Method Detail

      • accept

        public void accept​(T t,
                            u)
        Specified by:
         in interface <>