Interface NotificationListListener
-
public interface NotificationListListenerA listener that listens for changes to a NotificationList.- Version:
- $Revision: 1.3 $
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidlistElementsAdded(NotificationListEvent event)An element was added to the list.voidlistElementsChanged(NotificationListEvent event)An element in the list was changed.voidlistElementsRemoved(NotificationListEvent event)An element was removed from the list.
-
-
-
Method Detail
-
listElementsAdded
void listElementsAdded(NotificationListEvent event)
An element was added to the list.- Parameters:
event- The event.
-
listElementsRemoved
void listElementsRemoved(NotificationListEvent event)
An element was removed from the list.- Parameters:
event- The event.
-
listElementsChanged
void listElementsChanged(NotificationListEvent event)
An element in the list was changed.- Parameters:
event- The event.
-
-