com.starbase.starteam
Class LinkUpdateAdapter

java.lang.Object
  |
  +--com.starbase.starteam.LinkUpdateAdapter
All Implemented Interfaces:
java.util.EventListener, LinkUpdateListener

public class LinkUpdateAdapter
extends java.lang.Object
implements LinkUpdateListener

A stub implementation of the LinkUpdateListener 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:
LinkUpdateListener, LinkCache.addLinkUpdateListener(com.starbase.starteam.LinkUpdateListener)

Constructor Summary
LinkUpdateAdapter()
           
 
Method Summary
 void linkAdded(LinkUpdateEvent e)
          Invoked when a Link is added to a LinkCache.
 void linkChanged(LinkUpdateEvent e)
          Invoked when the properties of an Link in a LinkCache have changed.
 void linkRemoved(LinkUpdateEvent e)
          Invoked when an Link is removed from a LinkCache.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LinkUpdateAdapter

public LinkUpdateAdapter()
Method Detail

linkAdded

public void linkAdded(LinkUpdateEvent e)
Invoked when a Link is added to a LinkCache.

Specified by:
linkAdded in interface LinkUpdateListener
Parameters:
e - The corresponding link update event.
See Also:
LinkUpdateListener.linkAdded(com.starbase.starteam.LinkUpdateEvent)

linkChanged

public void linkChanged(LinkUpdateEvent e)
Invoked when the properties of an Link in a LinkCache have changed.

Specified by:
linkChanged in interface LinkUpdateListener
Parameters:
e - The corresponding link update event.
See Also:
LinkUpdateListener.linkChanged(com.starbase.starteam.LinkUpdateEvent)

linkRemoved

public void linkRemoved(LinkUpdateEvent e)
Invoked when an Link is removed from a LinkCache.

Specified by:
linkRemoved in interface LinkUpdateListener
Parameters:
e - The corresponding link update event.
See Also:
LinkUpdateListener.linkRemoved(com.starbase.starteam.LinkUpdateEvent)


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