Interface JavaCallbackListener
-
public interface JavaCallbackListenerInterface 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 voidjavaExecutionFinished()Method that is triggered after a Java callback is executed via custom toolbar button.voidjavaExecutionStarted()Method that is triggered before a Java callback is executed via custom toolbar button.
-