Uses of Interface
org.eclipse.team.core.subscribers.ISubscriberChangeEvent
Packages that use ISubscriberChangeEvent
Package
Description
Application programming interfaces for generating and refreshing
synchronization state.
Contains the team synchronization presentation framework and support
for the Synchronize View.
- 
Uses of ISubscriberChangeEvent in org.eclipse.team.core.subscribersClasses in org.eclipse.team.core.subscribers that implement ISubscriberChangeEventModifier and TypeClassDescriptionclassA concrete implementation ofISubscriberChangeEventthat can be used by clients.Methods in org.eclipse.team.core.subscribers with parameters of type ISubscriberChangeEventModifier and TypeMethodDescriptionprotected voidSubscriber.fireTeamResourceChange(ISubscriberChangeEvent[] deltas) Fires a team resource change event to all registered listeners.voidISubscriberChangeListener.subscriberResourceChanged(ISubscriberChangeEvent[] deltas) Notifies this listener that some resources' subscriber properties have changed.voidSubscriberScopeManager.subscriberResourceChanged(ISubscriberChangeEvent[] deltas) 
- 
Uses of ISubscriberChangeEvent in org.eclipse.team.ui.synchronizeMethods in org.eclipse.team.ui.synchronize with parameters of type ISubscriberChangeEventModifier and TypeMethodDescriptionvoidSubscriberTeamStateProvider.subscriberResourceChanged(ISubscriberChangeEvent[] deltas) Constructors in org.eclipse.team.ui.synchronize with parameters of type ISubscriberChangeEventModifierConstructorDescriptionTeamStateChangeEvent(ISubscriberChangeEvent[] deltas) Convenience constructor for creating an event from a subscriber change.