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 voidNotificationList. 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 NotificationListListener Modifier and Type Field Description private 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.
-