Interface OrderV31Connector.OnOrderUpdateListener

  • Enclosing class:
    OrderV31Connector

    public static interface OrderV31Connector.OnOrderUpdateListener
    Interface used to allow application to be notified of order updates.
    • Method Detail

      • onOrderUpdated

        void onOrderUpdated​(String orderId,
                            boolean selfChange)
        Parameters:
        orderId - The ID of the updated order.
        selfChange - True if the update was triggered by the listening application running on the same device.