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 TypeMethodDescriptionvoid
INotificationEventListener.clicked
(NotificationEvent event) Called if somebody clicked on the notification.void
NotificationEventAdapter.clicked
(NotificationEvent event) void
INotificationEventListener.closed
(NotificationEvent event) Called if the notification is closed.void
NotificationEventAdapter.closed
(NotificationEvent event) void
INotificationEventListener.mouseOut
(NotificationEvent event) Called if the mouse leaves the notification.void
NotificationEventAdapter.mouseOut
(NotificationEvent event) void
INotificationEventListener.mouseOver
(NotificationEvent event) Called if the mouse is over the notification.void
NotificationEventAdapter.mouseOver
(NotificationEvent event) void
INotificationEventListener.opened
(NotificationEvent event) Called if the notification is opened.void
NotificationEventAdapter.opened
(NotificationEvent event)