public class TitleChangedEvent extends EventObject
The GNU General Public License for details.
,
Serialized FormModifier 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, toString
private String title
private static final long serialVersionUID
public String getTitle()