if (newPlace instanceof ButtonPlace) {
return new ButtonActivity(clientFactory);
}
if (newPlace instanceof PopupPlace) {
return new PopupActivity(clientFactory);
}
if (newPlace instanceof ProgressBarPlace) {
return new ProgressBarActivity(clientFactory);
}