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 INotificationEventListenerNotificationBuilder. fNotificationListenerListener that receives notification eventsMethods in ch.swingfx.twinkle with parameters of type INotificationEventListener Modifier and Type Method Description NotificationBuilderNotificationBuilder. withListener(INotificationEventListener listener)Sets aINotificationEventListenerfor 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 classNotificationEventAdapterAn abstract adapter class for receiving notification events.
-