Interface Notification


  • public interface Notification
    • Method Detail

      • raise

        CompletionStage<?> raise​(NotificationSeverity severity)
        Raises a pop-up on user's desktop with this notification for specified severity.
        Parameters:
        severity - notification severity
        Returns:
        stage that is completed when notification is raised, never null