}
public void onSuccess(final List<String> gatewayList) {
for (String gateway : gatewayList) {
GatewayModel model = new GatewayModel(gateway);
GatewayController controller = new GatewayController(
GatewayMonitor.this, model, mGatewayService);
GatewayView view = new GatewayView(model, controller);
mPanel.add(view);