public static class Event.Source
extends java.lang.Object
| Constructor and Description |
|---|
Source() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getTitle()
The title of the source; for example a title of a web page or an email
subject.
|
java.lang.String |
getUrl()
The URL of the source pointing to a resource.
|
public java.lang.String getUrl()
null if none.public java.lang.String getTitle()
null if none.