public static class Notifications.CloseEvent extends java.lang.Object implements HasUserOriginated
| Modifier and Type | Field and Description |
|---|---|
protected boolean |
userOriginated |
| Constructor and Description |
|---|
CloseEvent(boolean userOriginated) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
isUserOriginated()
Returns whether this event was triggered by user interaction or programmatically.
|
public boolean isUserOriginated()
HasUserOriginatedisUserOriginated in interface HasUserOriginatedtrue if this event originates by user interaction, false otherwise.