- All Superinterfaces:
org.timepedia.exporter.client.Exportable
Interface used for passing error handlers from native JS to GWT code.
-
Method Summary
void
call(String errorType,
String message,
com.google.gwt.core.client.JavaScriptObject additionalData)
Calls the error callback.
-
Method Details
-
call
void call(String errorType,
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