Interface JavaCallbackListener


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

    Modifier and Type Method Description
    void javaExecutionFinished()
    Method that is triggered after a Java callback is executed via custom toolbar button.
    void javaExecutionStarted()
    Method that is triggered before a Java callback is executed via custom toolbar button.
  • Method Details

    • 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.