Interface NotificationSupport
public interface NotificationSupport
The NotificationSupport can be used to emit notifications.
- Author:
- Jeff Mesnil (c) 2013 Red Hat inc.
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionvoidemit(Notification... notifications) EmitNotification(s).Get the notification registry to register/unregister notification handlers
-
Method Details
-
getNotificationRegistry
NotificationHandlerRegistration getNotificationRegistry()Get the notification registry to register/unregister notification handlers -
emit
EmitNotification(s).- Parameters:
notifications- the notifications to emit
-