Interface DecodeErrorCallback

All Superinterfaces:
JSObject

public interface DecodeErrorCallback extends JSObject
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    onError​(JSObject error)
     

    Methods inherited from interface org.teavm.jso.JSObject

    cast
  • Method Details

    • onError

      void onError(JSObject error)