Interface I_CmsJavaScriptObjectCallback

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

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

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      void call​(com.google.gwt.core.client.JavaScriptObject jso)
      Calls the function with the given Javascript object.
    • Method Detail

      • call

        void call​(com.google.gwt.core.client.JavaScriptObject jso)
        Calls the function with the given Javascript object.

        Parameters:
        jso - the Javascript object parameter