com.starbase.starteam
Class UserAdapter

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

public abstract class UserAdapter
extends java.lang.Object
implements UserListener

A stub implementation of the UserListener 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:
UserListener, UserEvent, Server.addUserListener(com.starbase.starteam.UserListener)

Constructor Summary
UserAdapter()
           
 
Method Summary
 void userAdded(UserEvent e)
          Invoked when a new User has been added to the server.
 void userChanged(UserEvent e)
          Invoked when an existing User has been modified on the server.
 void userDeleted(UserEvent e)
          Invoked when an existing User has been deleted on the server.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UserAdapter

public UserAdapter()
Method Detail

userAdded

public void userAdded(UserEvent e)
Invoked when a new User has been added to the server.

Specified by:
userAdded in interface UserListener
Parameters:
e - The corresponding User event.

userChanged

public void userChanged(UserEvent e)
Invoked when an existing User has been modified on the server.

Specified by:
userChanged in interface UserListener
Parameters:
e - The corresponding User event.

userDeleted

public void userDeleted(UserEvent e)
Invoked when an existing User has been deleted on the server.

Specified by:
userDeleted in interface UserListener
Parameters:
e - The corresponding User event.
See Also:
User.isDeleted()


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