Class SynchronisingInvocationDispatcherWrapper

java.lang.Object
org.jmock.lib.concurrent.SynchronisingInvocationDispatcherWrapper
All Implemented Interfaces:
org.hamcrest.SelfDescribing, ExpectationCollector, InvocationDispatcher

public class SynchronisingInvocationDispatcherWrapper extends Object implements InvocationDispatcher
I synchronise my delegate. This serialises access to the internal Expectation and StateMachine collections.