public static class Notification.CloseEvent extends ConnectorEvent implements HasUserOriginated
source| Constructor and Description |
|---|
CloseEvent(Notification source) |
CloseEvent(Notification source,
boolean userOriginated) |
| Modifier and Type | Method and Description |
|---|---|
Notification |
getNotification()
Gets the Notification.
|
boolean |
isUserOriginated()
Returns whether this event was triggered by user interaction, on the
client side, or programmatically, on the server side.
|
getConnectorgetSource, toStringpublic CloseEvent(Notification source)
source - public CloseEvent(Notification source, boolean userOriginated)
public Notification getNotification()
public boolean isUserOriginated()
HasUserOriginatedisUserOriginated in interface HasUserOriginatedtrue if this event originates from the client,
false otherwise.Copyright © 2022 Vaadin Ltd. All rights reserved.