Package org.eclipse.jpt.common.utility.synchronizers

Interface Summary
CallbackSynchronizer Extend Synchronizer to notify listeners when a synchronization "cycle" is complete; i.e.
CallbackSynchronizer.Listener Interface implemented by listeners to be notified whenever the synchronizer has quiesced.
Synchronizer This interface defines the protocol for starting, stopping, and executing a long-running, repeatable, and possibly recursive "synchronization" process.
 

Class Summary
CallbackSynchronizer.Null Singleton implementation of the CallbackSynchronizer interface that will do nothing.
Synchronizer.Null Singleton implementation of the Synchronizer interface that will do nothing.