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 |
---|---|
String |
title
the title of the current document
|
data, display, time, widget
source
Constructor and Description |
---|
TitleEvent(Widget widget)
Constructs a new instance of this class.
|
Modifier and Type | Method and Description |
---|---|
String |
toString()
Returns a string containing a concise, human-readable
description of the receiver.
|
getSource
public String title
public TitleEvent(Widget widget)
widget
- the widget that fired the eventpublic String toString()
toString
in class TypedEvent
Copyright © 2017. All Rights Reserved.