Interface NotificationSupport
-
public interface NotificationSupportThe NotificationSupport can be used to emit notifications.- Author:
- Jeff Mesnil (c) 2013 Red Hat inc.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classNotificationSupport.Factory
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidemit(Notification... notifications)EmitNotification(s).NotificationHandlerRegistrationgetNotificationRegistry()Get the notification registry to register/unregister notification handlers
-
-
-
Method Detail
-
getNotificationRegistry
NotificationHandlerRegistration getNotificationRegistry()
Get the notification registry to register/unregister notification handlers
-
emit
void emit(Notification... notifications)
EmitNotification(s).- Parameters:
notifications- the notifications to emit
-
-