Follow Techotopia on Twitter

On-line Guides
All Guides
eBook Store
iOS / Android
Linux for Beginners
Office Productivity
Linux Installation
Linux Security
Linux Utilities
Linux Virtualization
Linux Kernel
System/Network Admin
Programming
Scripting Languages
Development Tools
Web Development
GUI Toolkits/Desktop
Databases
Mail Systems
openSolaris
Eclipse Documentation
Techotopia.com
Virtuatopia.com
Answertopia.com

How To Guides
Virtualization
General System Admin
Linux Security
Linux Filesystems
Web Servers
Graphics & Desktop
PC Hardware
Windows
Problem Solutions
Privacy Policy

  




 

 


Eclipse Platform
Release 3.5

org.eclipse.team.ui.mapping
Interface ITeamStateChangeListener

All Superinterfaces:
EventListener

public interface ITeamStateChangeListener
extends EventListener

A listener registered with an TeamStateProvider in order to receive change events when the team state of any resources change. It is the responsibility of clients to determine if a label update is required based on the changed resources.

Change events may not be issued if a local change has resulted in a synchronization state change. It is up to clients to check whether a label update is required for a model element when local resources change by using the resource delta mechanism.

Clients may implement this interface

Since:
3.2
See Also:
IWorkspace.addResourceChangeListener(org.eclipse.core.resources.IResourceChangeListener)

Method Summary
 void teamStateChanged ( ITeamStateChangeEvent event)
          Notification that the team state of resources has changed.
 

Method Detail

teamStateChanged

void teamStateChanged(
ITeamStateChangeEvent event)
Notification that the team state of resources has changed.

Parameters:
event - the event that describes which resources have changed

Eclipse Platform
Release 3.5

Guidelines for using Eclipse APIs.

Copyright (c) Eclipse contributors and others 2000, 2008. All rights reserved.


 
 
  Published under the terms of the Eclipse Public License Version 1.0 ("EPL") Design by Interspire