Interface NotificationCallback
public interface NotificationCallback
This interface contains the SpreadSheetSpace Sdk callback functions.
-
Method Summary
Modifier and TypeMethodDescriptionvoidupdateAvailable(ViewObj viewObj) This callback is executed when an update event is received for a monitored View.
-
Method Details
-
updateAvailable
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.
-