Uses of Class
com.gargoylesoftware.base.collections.NotificationListEvent
Packages that use NotificationListEvent
-
Uses of NotificationListEvent in com.gargoylesoftware.base.collections
Methods in com.gargoylesoftware.base.collections with parameters of type NotificationListEventModifier and TypeMethodDescriptionvoidNotificationListListener.listElementsAdded(NotificationListEvent event) An element was added to the list.voidNotificationListListener.listElementsChanged(NotificationListEvent event) An element in the list was changed.voidNotificationListListener.listElementsRemoved(NotificationListEvent event) An element was removed from the list.