Exemplo n.º 1
0
 @Override
 public void deviceListChanged(ControlPoint controlPoint) {
   model.removeAllElements();
   for (Map.Entry<String, DeviceModel> entry : controlPoint.getDeviceModels().entrySet()) {
     model.addElement(entry.getValue());
   }
 }