Uses of Class
ch.swingfx.twinkle.event.NotificationEvent
Packages that use NotificationEvent
-
Uses of NotificationEvent in ch.swingfx.twinkle.event
Methods in ch.swingfx.twinkle.event with parameters of type NotificationEventModifier and TypeMethodDescriptionvoidINotificationEventListener.clicked(NotificationEvent event) Called if somebody clicked on the notification.voidNotificationEventAdapter.clicked(NotificationEvent event) voidINotificationEventListener.closed(NotificationEvent event) Called if the notification is closed.voidNotificationEventAdapter.closed(NotificationEvent event) voidINotificationEventListener.mouseOut(NotificationEvent event) Called if the mouse leaves the notification.voidNotificationEventAdapter.mouseOut(NotificationEvent event) voidINotificationEventListener.mouseOver(NotificationEvent event) Called if the mouse is over the notification.voidNotificationEventAdapter.mouseOver(NotificationEvent event) voidINotificationEventListener.opened(NotificationEvent event) Called if the notification is opened.voidNotificationEventAdapter.opened(NotificationEvent event)