Interface AsynchConsumer<T>

  • All Superinterfaces:
    Consumer<T>

    public interface AsynchConsumer<T>
    extends Consumer<T>
    • Method Detail

      • finished

        void finished()