|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object | +--com.starbase.starteam.LinkUpdateAdapter
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.
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 |
public LinkUpdateAdapter()
| Method Detail |
public void linkAdded(LinkUpdateEvent e)
linkAdded in interface LinkUpdateListenere - The corresponding link update event.LinkUpdateListener.linkAdded(com.starbase.starteam.LinkUpdateEvent)public void linkChanged(LinkUpdateEvent e)
linkChanged in interface LinkUpdateListenere - The corresponding link update event.LinkUpdateListener.linkChanged(com.starbase.starteam.LinkUpdateEvent)public void linkRemoved(LinkUpdateEvent e)
linkRemoved in interface LinkUpdateListenere - The corresponding link update event.LinkUpdateListener.linkRemoved(com.starbase.starteam.LinkUpdateEvent)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||