Class NotificationEventAdapter

java.lang.Object
ch.swingfx.twinkle.event.NotificationEventAdapter
All Implemented Interfaces:
INotificationEventListener

public abstract class NotificationEventAdapter extends Object implements INotificationEventListener
An abstract adapter class for receiving notification events. The methods in this class are empty. This class exists as convenience for creating listener objects.
See Also: