}
@Override
public void contentAdded(WindowSection section, WindowSectionContent content) {
waitLock.release();
TestAllConnectionsView testView = (TestAllConnectionsView) content;
testView.addResource(new ProjectListening(testView));
AllLocationsTester test = testView.getCurrentTest();
if (test == null) {
createAndStartTest(testView);
}
}