Package 

Interface BranchViewHandler.IBranchViewEvents

    • Method Summary

      Modifier and Type Method Description
      abstract void onBranchViewVisible(String action, String branchViewID) Called when a Branch view shown
      abstract void onBranchViewAccepted(String action, String branchViewID) Called when user click the positive button on Branch view
      abstract void onBranchViewCancelled(String action, String branchViewID) Called when user click the negative button app Branch view
      abstract void onBranchViewError(int errorCode, String errorMsg, String action) Called when there is an error on creating or showing Branch view
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • onBranchViewVisible

         abstract void onBranchViewVisible(String action, String branchViewID)

        Called when a Branch view shown

        Parameters:
        action - action name associated with the Branch view item
        branchViewID - ID for the Branch view displayed
      • onBranchViewAccepted

         abstract void onBranchViewAccepted(String action, String branchViewID)

        Called when user click the positive button on Branch view

        Parameters:
        action - action name associated with the App Branch item
        branchViewID - ID for the Branch view accepted
      • onBranchViewCancelled

         abstract void onBranchViewCancelled(String action, String branchViewID)

        Called when user click the negative button app Branch view

        Parameters:
        action - action name associated with the Branch view
        branchViewID - ID for the Branch view cancelled
      • onBranchViewError

         abstract void onBranchViewError(int errorCode, String errorMsg, String action)

        Called when there is an error on creating or showing Branch view

        Parameters:
        errorCode - Integer with error code for the issue
        errorMsg - String with value error message
        action - action name for the Branch view failed to display