Class NotificationThread

java.lang.Object
java.lang.Thread
net.spreadsheetspace.sdk.notify.NotificationThread
All Implemented Interfaces:
Runnable

public class NotificationThread extends Thread
  • Constructor Details

    • NotificationThread

      public NotificationThread(String orchestratorServer, String username, String password, String token, String userId, org.apache.logging.log4j.Logger log)
  • Method Details

    • addViewSubscription

      public void addViewSubscription(ViewObj viewObj, NotificationCallback nc)
    • removeViewSubscription

      public void removeViewSubscription(ViewObj viewObj)
    • stopNotifier

      public void stopNotifier()
    • run

      public void run()
      Specified by:
      run in interface Runnable
      Overrides:
      run in class Thread