Uses of Interface
org.eclipse.jpt.common.utility.synchronizers.Synchronizer

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

Uses of Synchronizer in org.eclipse.jpt.common.utility.synchronizers
 

Subinterfaces of Synchronizer in org.eclipse.jpt.common.utility.synchronizers
 interface CallbackSynchronizer
          Extend Synchronizer to notify listeners when a synchronization "cycle" is complete; i.e.
 

Classes in org.eclipse.jpt.common.utility.synchronizers that implement Synchronizer
static class CallbackSynchronizer.Null
          Singleton implementation of the CallbackSynchronizer interface that will do nothing.
static class Synchronizer.Null
          Singleton implementation of the Synchronizer interface that will do nothing.
 

Fields in org.eclipse.jpt.common.utility.synchronizers declared as Synchronizer
static Synchronizer Synchronizer.Null.INSTANCE
           
 

Methods in org.eclipse.jpt.common.utility.synchronizers that return Synchronizer
static Synchronizer Synchronizer.Null.instance()
           
 

Uses of Synchronizer in org.eclipse.jpt.jaxb.core
 

Methods in org.eclipse.jpt.jaxb.core that return Synchronizer
 Synchronizer JaxbProject.getContextModelSynchronizer()
          Return the synchronizer that will synchronize the context model with the resource model whenever the resource model changes.
 

Methods in org.eclipse.jpt.jaxb.core with parameters of type Synchronizer
 void JaxbProject.setContextModelSynchronizer(Synchronizer synchronizer)
          Set the synchronizer that will keep the context model synchronized with the resource model whenever the resource model changes.
 

Uses of Synchronizer in org.eclipse.jpt.jpa.core
 

Methods in org.eclipse.jpt.jpa.core that return Synchronizer
 Synchronizer JpaProject.getContextModelSynchronizer()
          Return the synchronizer that will synchronize the context model with the resource model whenever the resource model changes.
 

Methods in org.eclipse.jpt.jpa.core with parameters of type Synchronizer
 void JpaProject.setContextModelSynchronizer(Synchronizer synchronizer)
          Set the synchronizer that will keep the context model synchronized with the resource model whenever the resource model changes.