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

    Modifier and Type
    Method
    Description
    void
    call(com.google.gwt.core.client.JavaScriptObject jso)
    Calls the function with the given Javascript object.
  • Method Details

    • call

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

      Parameters:
      jso - the Javascript object parameter