Interface OnStart

  • Functional Interface:
    This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

    @FunctionalInterface
    public interface OnStart
    The OnStart is very generic functional interface to invoke listeners when some tasks starting.
    Since:
    26 sept. 2017
    See Also:
    OnDoneFunction, OnErrorFunction
    • Method Detail

      • process

        void process()