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()
HasUserOriginated
isUserOriginated
in interface HasUserOriginated
true
if this event originates by user interaction, false
otherwise.