Class TitleEvent

All Implemented Interfaces:
Serializable

public class TitleEvent extends TypedEvent
A TitleEvent is sent by a Browser to TitleListener's when the title of the current document is available or when it is modified.
Since:
3.0
See Also:
  • Field Details

    • title

      public String title
      the title of the current document
  • Constructor Details

    • TitleEvent

      public TitleEvent(Widget widget)
      Constructs a new instance of this class.
      Parameters:
      widget - the widget that fired the event
      Since:
      3.5
  • 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