Interface NotificationListListener
public interface NotificationListListener
A listener that listens for changes to a NotificationList.
- Version:
- $Revision: 1.3 $
-
Method Summary
Modifier and TypeMethodDescriptionvoid
An element was added to the list.void
An element in the list was changed.void
An element was removed from the list.
-
Method Details
-
listElementsAdded
An element was added to the list.- Parameters:
event
- The event.
-
listElementsRemoved
An element was removed from the list.- Parameters:
event
- The event.
-
listElementsChanged
An element in the list was changed.- Parameters:
event
- The event.
-