JavaScript is disabled on your browser.
Skip navigation links
org.htmlunit.javascript.host.event

Class ProgressEvent

    • Constructor Detail

      • ProgressEvent

        public ProgressEvent()
        Default constructor.
      • ProgressEvent

        public ProgressEvent(EventTarget target,
         String type)
        Creates a new event instance.
        Parameters:
        target - the event target
        type - the event type
    • Method Detail

      • isLengthComputable

        public boolean isLengthComputable()
        Returns the lengthComputable property from the event.
        Returns:
        the lengthComputable property from the event.
      • setLengthComputable

        public void setLengthComputable(boolean lengthComputable)
        Sets the lengthComputable information for this event.
        Parameters:
        lengthComputable - the lengthComputable information for this event
      • getLoaded

        public Object getLoaded()
        Returns the loaded property from the event.
        Returns:
        the loaded property from the event.
      • setLoaded

        public void setLoaded(Object loaded)
        Sets the loaded information for this event.
        Parameters:
        loaded - the loaded information for this event
      • getTotal

        public long getTotal()
        Returns the total property from the event.
        Returns:
        the total property from the event.
      • setTotal

        public void setTotal(long total)
        Sets the total information for this event.
        Parameters:
        total - the total information for this event
Skip navigation links

Copyright © 2002–2025 Gargoyle Software Inc.. All rights reserved.

AltStyle によって変換されたページ (->オリジナル) /