com.ibm.tivoli.maximo.asset.ilog.applet

Interface JavascriptHandler

  • All Known Implementing Classes:
    JavascripURLInputStreamResolver


    public interface JavascriptHandler
    Simple handler for when Javascript is used to send a request. Responses are passed off to a Handler
    • Method Detail

      • onJavascriptResponse

        void onJavascriptResponse(int id,
                                  java.lang.String data)
        Called with the orig or the request and the data from the server. Data may be null if there was a server issue.
        Parameters:
        id -
        data -