com.starbase.starteam
Interface IItemListener

All Superinterfaces:
java.util.EventListener
All Known Subinterfaces:
ItemIDListener, ItemListener, ItemListListener, NotificationListener
All Known Implementing Classes:
ItemAdapter, ItemIDAdapter, ItemListAdapter, NotificationAdapter

public interface IItemListener
extends java.util.EventListener

Event-listener interface for Item events.

This is really just a marker interface. Applications will actually implement one of the extended interfaces, such as ItemListener or ItemIDListener.

Note that an application will not receive Item events for items that the logged-in user does not have permission to access.

See Also:
ItemListener, ItemIDListener, ItemListListener, NotificationListener, 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)



StarTeam SDK 10.0, Build 58
Copyright © 2003-2004 Borland Software Corporation. All rights reserved.