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 Summary

    Modifier and Type
    Method
    Description
    void
    call(String str)
    Calls the function with the given string.
  • Method Details

    • call

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

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