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 TypeMethodDescriptionvoid
NotificationListListener.listElementsAdded
(NotificationListEvent event) An element was added to the list.void
NotificationListListener.listElementsChanged
(NotificationListEvent event) An element in the list was changed.void
NotificationListListener.listElementsRemoved
(NotificationListEvent event) An element was removed from the list.