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

Packages that use org.eclipse.jpt.common.utility.synchronizers
org.eclipse.jpt.common.utility.synchronizers   
org.eclipse.jpt.jaxb.core   
org.eclipse.jpt.jpa.core   
 

Classes in org.eclipse.jpt.common.utility.synchronizers used by org.eclipse.jpt.common.utility.synchronizers
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.
 

Classes in org.eclipse.jpt.common.utility.synchronizers used by org.eclipse.jpt.jaxb.core
CallbackSynchronizer
          Extend Synchronizer to notify listeners when a synchronization "cycle" is complete; i.e.
Synchronizer
          This interface defines the protocol for starting, stopping, and executing a long-running, repeatable, and possibly recursive "synchronization" process.
 

Classes in org.eclipse.jpt.common.utility.synchronizers used by org.eclipse.jpt.jpa.core
CallbackSynchronizer
          Extend Synchronizer to notify listeners when a synchronization "cycle" is complete; i.e.
Synchronizer
          This interface defines the protocol for starting, stopping, and executing a long-running, repeatable, and possibly recursive "synchronization" process.