Interface JavaCallbackListener
-
public interface JavaCallbackListener
Interface for creating a listener that is called on Java callback execution triggered via custom toolbar button.
-
-
Method Summary
All Methods Instance Methods Abstract Methods 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.
-