Interface Notification
public interface Notification
-
Method Summary
Modifier and Type Method Description CompletionStage<?>raise(NotificationSeverity severity)Raises a pop-up on user's desktop with this notification for specifiedseverity.
-
Method Details
-
raise
Raises a pop-up on user's desktop with this notification for specifiedseverity.- Parameters:
severity- notification severity- Returns:
- stage that is completed when notification is raised, never
null
-