Uses of Interface
alpine.notification.Subscriber
-
Packages that use Subscriber Package Description alpine.notification This package contains a minimalistic and configurable notification framework. -
-
Uses of Subscriber in alpine.notification
Methods in alpine.notification that return types with arguments of type Subscriber Modifier and Type Method Description Class<? extends Subscriber>Subscription. getSubscriber()Constructor parameters in alpine.notification with type arguments of type Subscriber Constructor Description Subscription(Class<? extends Subscriber> subscriber)Subscription(Class<? extends Subscriber> subscriber, NotificationLevel level)Subscription(Class<? extends Subscriber> subscriber, String group)Subscription(Class<? extends Subscriber> subscriber, String scope, String group, NotificationLevel level)
-