Interface I_CmsSimpleCallback<T>

  • Type Parameters:
    T - the argument type of the execute method

    public interface I_CmsSimpleCallback<T>
    A simple call-back interface.

    Since:
    8.0.0
    • Method Detail

      • execute

        void execute​(T arg)
        Method executed on call-back.

        Parameters:
        arg - the argument