public class TitleEvent extends TypedEvent
TitleEvent
is sent by a Browser
to
TitleListener
's when the title of the current document
is available or when it is modified.Modifier and Type | Field and Description |
---|---|
(package private) static long |
serialVersionUID |
java.lang.String |
title
the title of the current document
|
data, display, time, widget
Constructor and Description |
---|
TitleEvent(Widget widget)
Constructs a new instance of this class.
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
toString()
Returns a string containing a concise, human-readable
description of the receiver.
|
public java.lang.String title
static final long serialVersionUID
public TitleEvent(Widget widget)
widget
- the widget that fired the eventpublic java.lang.String toString()
toString
in class TypedEvent