com.starbase.starteam
Class ItemAdapter

java.lang.Object
  |
  +--com.starbase.starteam.ItemAdapter
All Implemented Interfaces:
java.util.EventListener, IItemListener, ItemListener

public abstract class ItemAdapter
extends java.lang.Object
implements ItemListener

A stub implementation of the ItemListener 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.

See Also:
ItemListener, 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
ItemAdapter()
           
 
Method Summary
 void itemAdded(ItemEvent e)
          Invoked when an Item is added to a view.
 void itemChanged(ItemEvent e)
          Invoked when the properties of an Item have changed.
 void itemMoved(ItemEvent e)
          Invoked when an Item is moved within a view.
 void itemRemoved(ItemEvent e)
          Invoked when an Item is removed from a view.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ItemAdapter

public ItemAdapter()
Method Detail

itemAdded

public void itemAdded(ItemEvent e)
Invoked when an Item is added to a view.

Specified by:
itemAdded in interface ItemListener
Parameters:
e - The corresponding Item event.
See Also:
ItemListener.itemAdded(com.starbase.starteam.ItemEvent)

itemMoved

public void itemMoved(ItemEvent e)
Invoked when an Item is moved within a view.

Specified by:
itemMoved in interface ItemListener
Parameters:
e - The corresponding Item event.
See Also:
ItemListener.itemMoved(com.starbase.starteam.ItemEvent)

itemChanged

public void itemChanged(ItemEvent e)
Invoked when the properties of an Item have changed.

Specified by:
itemChanged in interface ItemListener
Parameters:
e - The corresponding Item event.
See Also:
ItemListener.itemChanged(com.starbase.starteam.ItemEvent)

itemRemoved

public void itemRemoved(ItemEvent e)
Invoked when an Item is removed from a view.

Specified by:
itemRemoved in interface ItemListener
Parameters:
e - The corresponding Item event.
See Also:
ItemListener.itemRemoved(com.starbase.starteam.ItemEvent)


StarTeam SDK 10.4, Build 36
Copyright © 2003-2008 Borland Software Corporation. All rights reserved.