Uses of Interface
com.gargoylesoftware.base.collections.NotificationListListener

Packages that use NotificationListListener
com.gargoylesoftware.base.collections Classes involving the collection classes 
com.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
 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
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.