Interface I_CmsStringArrayCallback

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

    public interface I_CmsStringArrayCallback
    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