Interface I_CmsStringCallback

  • All Superinterfaces:
    org.timepedia.exporter.client.Exportable

    public interface I_CmsStringCallback
    extends org.timepedia.exporter.client.Exportable
    Callback interface for functions taking a string as a parameter.

    • Method Detail

      • call

        void call​(java.lang.String str)
        Calls the function with the given string.

        Parameters:
        str - the string to be used as a parameter