예제 #1
0
 private void start() {
   for (Device d : devs) d.start();
 }
예제 #2
0
 private void stop() {
   for (Device d : devs) d.stop();
 }