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.
    Use DOMNotificationListener instead.
    Interface implemented by listeners interested in DOMNotifications.
    • Method Detail

      • onNotification

        void onNotification​(@NonNull DOMNotification notification)
        Deprecated, for removal: This API element is subject to removal in a future version.
        Invoked whenever a DOMNotification matching the subscription criteria is received.
        Parameters:
        notification - Received notification