Uses of Interface
com.gargoylesoftware.base.collections.NotificationListListener
Packages that use NotificationListListener
Package
Description
Classes involving the collection classes
Classes that are UI related.
-
Uses of NotificationListListener in com.gargoylesoftware.base.collections
Methods in com.gargoylesoftware.base.collections with parameters of type NotificationListListenerModifier and TypeMethodDescriptionvoid
NotificationList.addNotificationListListener
(NotificationListListener listener) Add a NotificationListListener.void
NotificationList.removeNotificationListListener
(NotificationListListener listener) Remove a NotificationListListener. -
Uses of NotificationListListener in com.gargoylesoftware.base.gui
Fields in com.gargoylesoftware.base.gui declared as NotificationListListenerModifier and TypeFieldDescriptionprivate NotificationListListener
ReflectedTableModel.columnListener_
If any change occurs to the columns then fire a structure changed.private NotificationListListener
ReflectedTableModel.rowListener_
If the row list changes then fire the appropriate table event.