com.gargoylesoftware.base.collections
public interface NotificationListListener
Version: $Revision: 1.3 $
| Method Summary | |
|---|---|
| void | listElementsAdded(NotificationListEvent event)
An element was added to the list. |
| void | listElementsChanged(NotificationListEvent event)
An element in the list was changed. |
| void | listElementsRemoved(NotificationListEvent event)
An element was removed from the list. |
Parameters: event The event.
Parameters: event The event.
Parameters: event The event.