org.eclipse.jpt.common.utility.synchronizers
Interface CallbackSynchronizer.Listener

All Superinterfaces:
java.util.EventListener
Enclosing interface:
CallbackSynchronizer

public static interface CallbackSynchronizer.Listener
extends java.util.EventListener

Interface implemented by listeners to be notified whenever the synchronizer has quiesced.


Method Summary
 void synchronizationQuiesced(CallbackSynchronizer synchronizer)
          The specified synchronizer has quiesced.
 

Method Detail

synchronizationQuiesced

void synchronizationQuiesced(CallbackSynchronizer synchronizer)
The specified synchronizer has quiesced.