Interface Notification
-
public interface Notification
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description CompletionStage<?>raise(NotificationSeverity severity)Raises a pop-up on user's desktop with this notification for specifiedseverity.
-
-
-
Method Detail
-
raise
CompletionStage<?> raise(NotificationSeverity severity)
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
-
-