com.starbase.starteam
Class ViewAdapter

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

public abstract class ViewAdapter
extends java.lang.Object
implements ViewListener

A stub implementation of the ViewListener 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:
ViewListener, ViewEvent, Project.addViewListener(com.starbase.starteam.ViewListener)

Constructor Summary
ViewAdapter()
           
 
Method Summary
 void viewAdded(ViewEvent e)
          Invoked when a new View has been added to the server.
 void viewChanged(ViewEvent e)
          Invoked when an existing View has been modified on the server.
 void viewDeleted(ViewEvent e)
          Invoked when an existing View has been deleted on the server.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ViewAdapter

public ViewAdapter()
Method Detail

viewAdded

public void viewAdded(ViewEvent e)
Invoked when a new View has been added to the server.

Specified by:
viewAdded in interface ViewListener
Parameters:
e - The corresponding View event.

viewChanged

public void viewChanged(ViewEvent e)
Invoked when an existing View has been modified on the server.

Specified by:
viewChanged in interface ViewListener
Parameters:
e - The corresponding View event.

viewDeleted

public void viewDeleted(ViewEvent e)
Invoked when an existing View has been deleted on the server.

Specified by:
viewDeleted in interface ViewListener
Parameters:
e - The corresponding View event.
See Also:
View.isDeleted()


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