Eclipse Platform
Release 3.3

Uses of Interface
org.eclipse.team.core.subscribers.ISubscriberChangeEvent

Packages that use ISubscriberChangeEvent
org.eclipse.team.core.subscribers Application programming interfaces for generating and refreshing synchronization state.  
org.eclipse.team.ui.synchronize Contains the team synchronization presentation framework and support for the Synchronize View. 
 

Uses of ISubscriberChangeEvent in org.eclipse.team.core.subscribers
 

Classes in org.eclipse.team.core.subscribers that implement ISubscriberChangeEvent
 class SubscriberChangeEvent
          A concrete implementation of ISubscriberChangeEvent that can be used by clients.
 

Methods in org.eclipse.team.core.subscribers with parameters of type ISubscriberChangeEvent
 void SubscriberScopeManager.subscriberResourceChanged(ISubscriberChangeEvent[] deltas)
           
protected  void Subscriber.fireTeamResourceChange(ISubscriberChangeEvent[] deltas)
          Fires a team resource change event to all registered listeners Only listeners registered at the time this method is called are notified.
 void ISubscriberChangeListener.subscriberResourceChanged(ISubscriberChangeEvent[] deltas)
          Notifies this listener that some resources' subscriber properties have changed.
 

Uses of ISubscriberChangeEvent in org.eclipse.team.ui.synchronize
 

Methods in org.eclipse.team.ui.synchronize with parameters of type ISubscriberChangeEvent
 void SubscriberTeamStateProvider.subscriberResourceChanged(ISubscriberChangeEvent[] deltas)
           
 

Constructors in org.eclipse.team.ui.synchronize with parameters of type ISubscriberChangeEvent
TeamStateChangeEvent(ISubscriberChangeEvent[] deltas)
          Convenience constructor for creating an event from a subscriber change.
 


Eclipse Platform
Release 3.3

Guidelines for using Eclipse APIs.

Copyright (c) IBM Corp. and others 2000, 2007. All rights reserved.