public interface DOMNotificationListener extends EventListener
DOMNotifications.| Modifier and Type | Method and Description |
|---|---|
void |
onNotification(DOMNotification notification)
Invoked whenever a
DOMNotification matching the subscription
criteria is received. |
void onNotification(@Nonnull DOMNotification notification)
DOMNotification matching the subscription
criteria is received.notification - Received notificationCopyright © 2019 OpenDaylight. All rights reserved.