Class Notifier


  • @Singleton
    public class Notifier
    extends java.lang.Object
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void notify​(java.lang.String message)  
      void notify​(java.lang.String message, java.awt.TrayIcon.MessageType type)  
      void notify​(Notification notification, java.lang.String message)  
      void processFlash​(java.awt.Graphics2D graphics)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • notify

        public void notify​(java.lang.String message)
      • notify

        public void notify​(java.lang.String message,
                           java.awt.TrayIcon.MessageType type)
      • notify

        public void notify​(Notification notification,
                           java.lang.String message)
      • processFlash

        public void processFlash​(java.awt.Graphics2D graphics)