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 TypeMethodDescriptionvoidNotificationList.addNotificationListListener(NotificationListListener listener) Add a NotificationListListener.voidNotificationList.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 NotificationListListenerReflectedTableModel.columnListener_If any change occurs to the columns then fire a structure changed.private NotificationListListenerReflectedTableModel.rowListener_If the row list changes then fire the appropriate table event.