Class ProgressEvent

SWTEventObject
org.eclipse.swt.events.TypedEvent
org.eclipse.swt.browser.ProgressEvent

public class ProgressEvent extends TypedEvent
A ProgressEvent is sent by a Browser to ProgressListener's when a progress is made during the loading of the current URL or when the loading of the current URL has been completed.
Since:
1.4
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    int
    current value
    int
    total value

    Fields inherited from class TypedEvent

    data, display, time, widget
  • Method Summary

    Modifier and Type
    Method
    Description
    Returns a string containing a concise, human-readable description of the receiver.
  • Field Details

    • current

      public int current
      current value
    • total

      public int total
      total value
  • Method Details

    • toString

      public String toString()
      Returns a string containing a concise, human-readable description of the receiver.
      Overrides:
      toString in class TypedEvent
      Returns:
      a string representation of the event