Interface DOMNotificationListener
-
- All Superinterfaces:
EventListener
@Deprecated(forRemoval=true) public interface DOMNotificationListener extends EventListener
Deprecated, for removal: This API element is subject to removal in a future version.UseDOMNotificationListenerinstead.Interface implemented by listeners interested inDOMNotifications.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description voidonNotification(@NonNull DOMNotification notification)Deprecated, for removal: This API element is subject to removal in a future version.Invoked whenever aDOMNotificationmatching the subscription criteria is received.
-
-
-
Method Detail
-
onNotification
void onNotification(@NonNull DOMNotification notification)
Deprecated, for removal: This API element is subject to removal in a future version.Invoked whenever aDOMNotificationmatching the subscription criteria is received.- Parameters:
notification- Received notification
-
-