public interface NotificationListListener
Modifier and Type | Method and Description |
---|---|
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.
|
void listElementsAdded(NotificationListEvent event)
event
- The event.void listElementsRemoved(NotificationListEvent event)
event
- The event.void listElementsChanged(NotificationListEvent event)
event
- The event.Copyright © 1998–2014 Gargoyle Software Inc.. All rights reserved.