com.starteam.events
Class ItemIDEvent

java.lang.Object
  extended by java.util.EventObject
      extended by com.starteam.events.ItemIDEvent
All Implemented Interfaces:
java.io.Serializable

public final class ItemIDEvent
extends java.util.EventObject

An event triggered whenever an Item is added, changed or deleted in a View. Provides access only to the ItemID.

See Also:
ItemIDListener, View.addItemListener(com.starteam.events.IItemListener, com.starteam.Item.Type), Folder.addItemListener(com.starteam.events.IItemListener, com.starteam.Item.Type, int), ViewMemberListManager.addItemListener(com.starteam.events.IItemListener), Serialized Form

Method Summary
 int getItemID()
          Gets the ID of the Item that was added, changed or removed.
 java.lang.String toString()
          Gets a short description of this ItemEvent.
 
Methods inherited from class java.util.EventObject
getSource
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Method Detail

getItemID

public int getItemID()
Gets the ID of the Item that was added, changed or removed.

Returns:
The ID of the Item that was added, changed or removed.
See Also:
Item.getItemID()

toString

public java.lang.String toString()
Gets a short description of this ItemEvent.

Overrides:
toString in class java.util.EventObject
Returns:
A short description of this ItemEvent.


StarTeam SDK 14.0, Build 21
Copyright © 2003-2012 Borland Software Corporation. All rights reserved.