public class TitleChangedEvent extends EventObject
The GNU General Public License for details.,
Serialized Form| Modifier and Type | Field and Description |
|---|---|
private static long |
serialVersionUID
Serialization ID
|
private String |
title |
source| Constructor and Description |
|---|
TitleChangedEvent(Object source,
String title) |
| Modifier and Type | Method and Description |
|---|---|
String |
getTitle()
Accessor for the title
|
getSource, toStringprivate String title
private static final long serialVersionUID
public String getTitle()