|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface CallbackSynchronizer
Extend Synchronizer to notify listeners
when a synchronization "cycle" is complete; i.e. the synchronization has,
for the moment, quiesced.
| Nested Class Summary | |
|---|---|
static interface |
CallbackSynchronizer.Listener
Interface implemented by listeners to be notified whenever the synchronizer has quiesced. |
static class |
CallbackSynchronizer.Null
Singleton implementation of the CallbackSynchronizer interface that will do
nothing. |
| Method Summary | |
|---|---|
void |
addListener(CallbackSynchronizer.Listener listener)
Add the specified listener to be notified whenever the synchronizer has quiesced. |
void |
removeListener(CallbackSynchronizer.Listener listener)
Remove the specified listener. |
| Methods inherited from interface org.eclipse.jpt.common.utility.synchronizers.Synchronizer |
|---|
start, stop, synchronize |
| Method Detail |
|---|
void addListener(CallbackSynchronizer.Listener listener)
removeListener(Listener)void removeListener(CallbackSynchronizer.Listener listener)
addListener(Listener)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||