Interface NotificationCallback


public interface NotificationCallback
This interface contains the SpreadSheetSpace Sdk callback functions.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    This callback is executed when an update event is received for a monitored View.
  • Method Details

    • updateAvailable

      void updateAvailable(ViewObj viewObj)
      This callback is executed when an update event is received for a monitored View.
      Parameters:
      viewObj - This object contains the Vied Id and the View Server of the View for which the update notification was received.