Uses of Class
alpine.notification.Notification
-
Packages that use Notification Package Description alpine.notification This package contains a minimalistic and configurable notification framework. -
-
Uses of Notification in alpine.notification
Methods in alpine.notification that return Notification Modifier and Type Method Description NotificationNotification. content(Enum content)NotificationNotification. content(String content)NotificationNotification. group(Enum group)NotificationNotification. group(String group)NotificationNotification. level(NotificationLevel level)NotificationNotification. scope(Enum scope)NotificationNotification. scope(String scope)NotificationNotification. subject(Object subject)NotificationNotification. timestamp(LocalDateTime timestamp)NotificationNotification. title(Enum title)NotificationNotification. title(String title)Methods in alpine.notification with parameters of type Notification Modifier and Type Method Description static voidNotification. dispatch(Notification notification)Convenience method provides a shorthand forNotificationService.getInstance().publish().booleanINotificationService. hasSubscriptions(Notification notification)Determines if the specified notification is able to be processed by the NotificationService.booleanNotificationService. hasSubscriptions(Notification notification)Determines if the specified notification is able to be processed by the NotificationService.voidSubscriber. inform(Notification notification)Defines a method to inform subscribers who implement this interface.voidINotificationService. publish(Notification notification)Publishes Notification.voidNotificationService. publish(Notification notification)Publishes Notification.Method parameters in alpine.notification with type arguments of type Notification Modifier and Type Method Description voidINotificationService. subscribe(Class<? extends Notification> notificationClass, Subscription subscription)Subscribes to a Notification.voidNotificationService. subscribe(Class<? extends Notification> notificationClass, Subscription subscription)Subscribes to a Notification.
-