Uses of Interface
net.spreadsheetspace.sdk.notify.NotificationCallback
Packages that use NotificationCallback
-
Uses of NotificationCallback in net.spreadsheetspace.sdk
Methods in net.spreadsheetspace.sdk with parameters of type NotificationCallbackModifier and TypeMethodDescriptionvoidSdk.subscribeNotificationView(String id, String viewServer, NotificationCallback notificationCallback) Subscription to perform a callback function when you receive an update notification of a specific view.voidSdk.subscribeNotificationView(UserView userView, NotificationCallback notificationCallback) Subscription to perform a callback function when you receive an update notification of a specific view.voidSdk.subscribeNotificationView(ViewDescriptor viewDescriptor, NotificationCallback notificationCallback) Subscription to perform a callback function when you receive an update notification of a specific view. -
Uses of NotificationCallback in net.spreadsheetspace.sdk.notify
Methods in net.spreadsheetspace.sdk.notify with parameters of type NotificationCallbackModifier and TypeMethodDescriptionvoidNotificationThread.addViewSubscription(ViewObj viewObj, NotificationCallback nc)