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

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

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

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

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

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

Methods in org.eclipse.jpt.common.utility.synchronizers with parameters of type CallbackSynchronizer
 void CallbackSynchronizer.Listener.synchronizationQuiesced(CallbackSynchronizer synchronizer)
          The specified synchronizer has quiesced.
 

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

Methods in org.eclipse.jpt.jaxb.core that return CallbackSynchronizer
 CallbackSynchronizer JaxbProject.getUpdateSynchronizer()
          Return the synchronizer that will update the context model whenever it has any changes.
 

Methods in org.eclipse.jpt.jaxb.core with parameters of type CallbackSynchronizer
 void JaxbProject.setUpdateSynchronizer(CallbackSynchronizer synchronizer)
          Set the synchronizer that will update the context model whenever it has any changes.
 

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

Methods in org.eclipse.jpt.jpa.core that return CallbackSynchronizer
 CallbackSynchronizer JpaProject.getUpdateSynchronizer()
          Return the synchronizer that will update the context model whenever it has any changes.
 

Methods in org.eclipse.jpt.jpa.core with parameters of type CallbackSynchronizer
 void JpaProject.setUpdateSynchronizer(CallbackSynchronizer synchronizer)
          Set the synchronizer that will update the context model whenever it has any changes.