Uses of Class
com.gargoylesoftware.base.collections.NotificationListEvent
-
Packages that use NotificationListEvent Package Description com.gargoylesoftware.base.collections Classes involving the collection classes -
-
Uses of NotificationListEvent in com.gargoylesoftware.base.collections
Methods in com.gargoylesoftware.base.collections with parameters of type NotificationListEvent Modifier and Type Method Description void
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.
-