public interface ItemListListener extends IItemListener
An ItemListEvent provides access to a small subset of the information available through the more general ItemEvent. However, ItemEvents can be considerably more expensive to generate. So, for applications that just want to know when the list of items changes, ItemListEvent is prefered.
Note that an application will not receive ItemListEvents for folders that the logged-in user does not have permission to access.
Modifier and Type | Method and Description |
---|---|
void |
itemsChanged(ItemListEvent e)
Invoked when the list of Items of a particular Type has changed in a
Folder.
|
void itemsChanged(ItemListEvent e)
ItemListEvent.getFolder() returns the Folder whose item list has changed. For example, if Item A is moved from Folder B to Folder C, itemsChanged events are triggered for both Folder B and Folder C.
Applications that are more interested in receiving information about Item A in this case should listen for ItemEvents by registering an ItemListener.
e
- The corresponding ItemListEvent.ItemListEvent
StarTeam SDK 17.0, Build 34
Copyright © 2019 Micro Focus or one of its affiliates. All rights reserved.