Interface DecodeErrorCallback

All Superinterfaces:
org.teavm.jso.JSObject

public interface DecodeErrorCallback extends org.teavm.jso.JSObject
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    onError(org.teavm.jso.JSObject error)
     

    Methods inherited from interface org.teavm.jso.JSObject

    cast
  • Method Details

    • onError

      void onError(org.teavm.jso.JSObject error)