@FunctionalInterface public static interface Notification.CloseListener extends SerializableEventListener
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 © 2021 Vaadin Ltd. All rights reserved.