Interface I_CmsErrorCallback

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

    public interface I_CmsErrorCallback
    extends org.timepedia.exporter.client.Exportable
    Interface used for passing error handlers from native JS to GWT code.

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      void call​(java.lang.String errorType, java.lang.String message, com.google.gwt.core.client.JavaScriptObject additionalData)
      Calls the error callback.
    • Method Detail

      • call

        void call​(java.lang.String errorType,
                  java.lang.String message,
                  com.google.gwt.core.client.JavaScriptObject additionalData)
        Calls the error callback.

        Parameters:
        errorType - the error type (a string constant)
        message - a human-readable error message
        additionalData - additional data pertaining to the error