public interface JavaCallbackListener
| Modifier and Type | Method and 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.
|