Uses of Interface
com.gargoylesoftware.base.collections.NotificationListListener
-
Packages that use NotificationListListener Package Description com.gargoylesoftware.base.collections Classes involving the collection classescom.gargoylesoftware.base.gui Classes that are UI related. -
-
Uses of NotificationListListener in com.gargoylesoftware.base.collections
Methods in com.gargoylesoftware.base.collections with parameters of type NotificationListListener Modifier and Type Method Description void
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 NotificationListListener Modifier and Type Field Description private 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.
-