public interface ISubsituteSynchronizer
Modifier and Type | Method and Description |
---|---|
void |
synchronizeSubstitute(Object object,
Object objectSubstitute)
synchronize substitute object with the object it replace
|
void synchronizeSubstitute(Object object, Object objectSubstitute)
object
- the original objectobjectSubstitute
- the substitute objectClassCastException
- mismatch between object type and type managed by this
synchronizerCopyright © 2007-2012 Luc Peuvrier. All Rights Reserved.