Uses of Class
org.opennms.netmgt.notifd.browser.BrowserNotificationMessage
-
Packages that use BrowserNotificationMessage Package Description org.opennms.netmgt.notifd.browser -
-
Uses of BrowserNotificationMessage in org.opennms.netmgt.notifd.browser
Fields in org.opennms.netmgt.notifd.browser with type parameters of type BrowserNotificationMessage Modifier and Type Field Description java.util.function.Consumer<BrowserNotificationMessage>
BrowserNotificationDispatcher.Handler. consumer
Methods in org.opennms.netmgt.notifd.browser with parameters of type BrowserNotificationMessage Modifier and Type Method Description void
BrowserNotificationDispatcher. notify(java.lang.String user, BrowserNotificationMessage notification)
Method parameters in org.opennms.netmgt.notifd.browser with type arguments of type BrowserNotificationMessage Modifier and Type Method Description BrowserNotificationDispatcher.Handler
BrowserNotificationDispatcher. subscribe(java.lang.String user, java.util.function.Consumer<BrowserNotificationMessage> consumer)
-