Class TrayNotificationController


  • public class TrayNotificationController
    extends Object
    The TrayNotificationController handles the display of the notifications in the tray for the spy.
    • Constructor Detail

      • TrayNotificationController

        public TrayNotificationController()
    • Method Detail

      • start

        public void start​(Tray tray)
      • addInfoNotification

        public void addInfoNotification​(String caption,
                                        String message)
      • addErrorNotification

        public void addErrorNotification​(String caption,
                                         String message)
      • stopWatcher

        public void stopWatcher()