|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object | +--com.starbase.starteam.ItemListAdapter
A stub implementation of the ItemListListener interface.
This class is provided as a convenience for easily creating listeners. An application can extend this class and override only the methods of interest.
ItemListListener,
View.addItemListener(com.starbase.starteam.IItemListener, com.starbase.starteam.Type),
Folder.addItemListener(com.starbase.starteam.IItemListener, com.starbase.starteam.Type, int),
ItemListManager.addItemListener(com.starbase.starteam.IItemListener)| Constructor Summary | |
ItemListAdapter()
|
|
| Method Summary | |
void |
itemsChanged(ItemListEvent e)
Invoked when the list of Items of a particular Type has changed in a Folder. |
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public ItemListAdapter()
| Method Detail |
public 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.
itemsChanged in interface ItemListListenere - The corresponding ItemListEvent.ItemListEvent
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||