public interface NotificationListener
| Modifier and Type | Method and Description |
|---|---|
void |
onClose(NotificationEvent event)
The event is being invoked when browser informs that notification should be closed.
当浏览器通知应关闭通知时,将调用该事件。 |
void onClose(NotificationEvent event)
Notification.close() method.Notification.close() JS function.event - provides information about closed notification.