Interface ActionsCallback


  • public interface ActionsCallback
    Get notified when actions start/conclude.
    • Method Detail

      • onActionStarted

        default void onActionStarted()
      • onActionConcluded

        default void onActionConcluded()
      • onActionCanceled

        default void onActionCanceled()