}
};
EventServiceAsync theEventServiceMock = mock(EventServiceAsync.class);
theEventServiceMock.listen(theDummyAsyncCallback);
ConnectionStrategyClientConnector theClientConnector = new DefaultClientConnector();
theClientConnector.init(theEventServiceMock);
theClientConnector.listen(new DummyEventNotification(), theDummyAsyncCallback);
}