Uses of Interface
ch.swingfx.twinkle.event.INotificationEventListener
-
Packages that use INotificationEventListener Package Description ch.swingfx.twinkle ch.swingfx.twinkle.event -
-
Uses of INotificationEventListener in ch.swingfx.twinkle
Fields in ch.swingfx.twinkle declared as INotificationEventListener Modifier and Type Field Description private INotificationEventListener
NotificationBuilder. fNotificationListener
Listener that receives notification eventsMethods in ch.swingfx.twinkle with parameters of type INotificationEventListener Modifier and Type Method Description NotificationBuilder
NotificationBuilder. withListener(INotificationEventListener listener)
Sets aINotificationEventListener
for receiving events from the notification -
Uses of INotificationEventListener in ch.swingfx.twinkle.event
Classes in ch.swingfx.twinkle.event that implement INotificationEventListener Modifier and Type Class Description class
NotificationEventAdapter
An abstract adapter class for receiving notification events.
-