Class LazySerializedDOMNotification

  • All Implemented Interfaces:
    DOMNotification, DOMNotification

    @Deprecated(forRemoval=true)
    public final class LazySerializedDOMNotification
    extends Object
    implements DOMNotification
    Deprecated, for removal: This API element is subject to removal in a future version.
    Lazy serialized implementation of DOM Notification.

    This implementation performs serialization of data, only if receiver of notification actually accessed data from notification.

    • Method Detail

      • getType

        public SchemaPath getType()
        Deprecated, for removal: This API element is subject to removal in a future version.
        Specified by:
        getType in interface DOMNotification
      • getBody

        public ContainerNode getBody()
        Deprecated, for removal: This API element is subject to removal in a future version.
        Specified by:
        getBody in interface DOMNotification
      • getBindingData

        public Notification getBindingData()
        Deprecated, for removal: This API element is subject to removal in a future version.