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 voidNotificationListListener. 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.
-