Package 

Interface EventsOnServerResponseEventListener


  • 
    public interface EventsOnServerResponseEventListener
    
                        

    Interface definition for a callback to be invoked when server return responses from Backtrace API for an events submission request

    • Method Summary

      Modifier and Type Method Description
      abstract void onEvent(EventsResult result) Event which will be executed when server returns response from Backtrace API
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • onEvent

         abstract void onEvent(EventsResult result)

        Event which will be executed when server returns response from Backtrace API

        Parameters:
        result - server response