@FunctionalInterface public static interface Notification.CloseListener extends Serializable
CloseListener#notificationClose(CloseEvent) will be called
whenever the Notification is closed.| Modifier and Type | Method and Description |
|---|---|
void |
notificationClose(Notification.CloseEvent e)
Use
Notification.CloseEvent.getNotification() to get a reference to the
Notification that was closed. |
void notificationClose(Notification.CloseEvent e)
Notification.CloseEvent.getNotification() to get a reference to the
Notification that was closed.e - The triggered eventCopyright © 2018 Vaadin Ltd. All rights reserved.