Class InfoNotification


  • public class InfoNotification
    extends Notification
    Consumed by the UI to display an information notification.
    • Constructor Summary

      Constructors 
      Constructor Description
      InfoNotification​(java.lang.String message)  
      InfoNotification​(java.lang.String message, java.lang.String description)  
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • InfoNotification

        public InfoNotification​(java.lang.String message)
      • InfoNotification

        public InfoNotification​(java.lang.String message,
                                java.lang.String description)