Interface JavaCallbackListener


  • public interface JavaCallbackListener
    Interface for creating a listener that is called on Java callback execution triggered via custom toolbar button.
    • Method Detail

      • javaExecutionStarted

        void javaExecutionStarted()
        Method that is triggered before a Java callback is executed via custom toolbar button.
      • javaExecutionFinished

        void javaExecutionFinished()
        Method that is triggered after a Java callback is executed via custom toolbar button.