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 Summary

    Modifier and Type
    Method
    Description
    void
    execute(T arg)
    Method executed on call-back.
  • Method Details

    • execute

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

      Parameters:
      arg - the argument